<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>m-hiyama-memo</author_name>
  <author_url>https://blog.hatena.ne.jp/m-hiyama-memo/</author_url>
  <blog_title>(保存用) 檜山正幸のキマイラ飼育記 メモ編</blog_title>
  <blog_url>https://m-hiyama-memo.hatenablog.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>// mccircle.js -- Monte Carlo method /* * 座標形はキャンバス中心を原点とする数学方式に * 設定されていることを前提とする。 * * 大域変数canvasにキャンバスが、 * 大域変数ctxにanvasの2Dコンテキストが入っているとする。 */var inner = 0; // 円の内部の点の個数 var outer = 0; // 円の外部の点の個数 /* * 0≦x≦w, 0≦y≦h である整数乱数の組を返す。 */ function randomPair(w, h) { var x = Math.random(); var y = Math.r…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fm-hiyama-memo.hatenablog.jp%2Fentry%2F20090608%2F1244420399&quot; title=&quot;時間がねーから未完成版 - (保存用) 檜山正幸のキマイラ飼育記 メモ編&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>2009-06-08 09:19:59</published>
  <title>時間がねーから未完成版</title>
  <type>rich</type>
  <url>https://m-hiyama-memo.hatenablog.jp/entry/20090608/1244420399</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
