<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kagasu</author_name>
  <author_url>https://blog.hatena.ne.jp/kagasu/</author_url>
  <blog_title>備忘録</blog_title>
  <blog_url>https://kagasu.hatenablog.com/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>String uuid = UUID.randomUUID().toString(); // uuid = &quot;9115d2c8-a3f4-4c4e-9c44-e65b6f483f90&quot; long seed = Long.valueOf(uuid.substring(0, 8), 16); Random random = new Random(seed); // 0～9999 の乱数 Integer number1 = random.nextInt(10000); // 1～10000 の乱数 Integer number2 = random.nextInt(10000) + 1;</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkagasu.hatenablog.com%2Fentry%2F2016%2F12%2F25%2F231819&quot; title=&quot;Java UUIDをシードにして乱数を発生させる - 備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-12-25 23:18:19</published>
  <title>Java UUIDをシードにして乱数を発生させる</title>
  <type>rich</type>
  <url>https://kagasu.hatenablog.com/entry/2016/12/25/231819</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
