<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chiharunpo</author_name>
  <author_url>https://blog.hatena.ne.jp/chiharunpo/</author_url>
  <blog_title>Chiharu の日記</blog_title>
  <blog_url>https://chiharunpo.hatenablog.com/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>std::uniform_int_distribution って負の値を正常に返せないのかな。VC でしか試していないのですが、んー。なんでなんだろ。 std::mt19937 aRandEngine; std::uniform_int_distribution&lt;int&gt; aRandDist(-2, 2); const auto aRand = aRandDist(aRandEngine); // -2 が出ない… 仕方ないので、下駄履かせて対応してみました。 std::mt19937 aRandEngine; std::uniform_int_distribution&lt;int&gt; aRandD…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchiharunpo.hatenablog.com%2Fentry%2F20110402%2F1301752193&quot; title=&quot;C++0x の乱数 〜あれれ？ - Chiharu の日記&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>2011-04-02 22:49:53</published>
  <title>C++0x の乱数 〜あれれ？</title>
  <type>rich</type>
  <url>https://chiharunpo.hatenablog.com/entry/20110402/1301752193</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
