<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yohhoy</author_name>
  <author_url>https://blog.hatena.ne.jp/yohhoy/</author_url>
  <blog_title>yohhoyの日記</blog_title>
  <blog_url>https://yohhoy.hatenadiary.jp/</blog_url>
  <categories>
    <anon>C++</anon>
    <anon>gcc</anon>
    <anon>Clang</anon>
    <anon>MSVC</anon>
  </categories>
  <description>C++11標準ライブラリに追加された乱数生成器(RNG; Random Number Generator)のオブジェクトサイズについてメモ。注意：具体的なオブジェクトサイズは実装依存となるため、下表は各オブジェクト間のオーダー比較程度に解釈すること。 RNG gcc/64 gcc/32 Clang/64 MSVC/32 MSVC/64 minstd_rand0 8 4 8 4 4 minstd_rand 8 4 8 4 4 mt19937 5000 2500 5000 5000 5000 mt19937_64 2504 2504 2504 5008 5008 ranlux24_base 208…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyohhoy.hatenadiary.jp%2Fentry%2F20131221%2Fp1&quot; title=&quot;乱数生成器のサイズ - yohhoyの日記&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>2013-12-21 00:00:00</published>
  <title>乱数生成器のサイズ</title>
  <type>rich</type>
  <url>https://yohhoy.hatenadiary.jp/entry/20131221/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
