<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>seinzumtode</author_name>
  <author_url>https://blog.hatena.ne.jp/seinzumtode/</author_url>
  <blog_title>how to code something</blog_title>
  <blog_url>https://seinzumtode.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>アルゴリズム</anon>
  </categories>
  <description>モンテカルロ法で円周率πを求める。 このページとかが参考になる。 http://www.f.waseda.jp/takezawa/math/number/Pi/monte.html #!usr/bin/env python # -*- coding: utf-8 -*- #montecarlo.py import sys import random N=raw_input(&quot;input trial number : &quot;) a= 0 for x in range(int(N)): x = random.random() y = random.random() if pow(x,2)+pow(y,…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fseinzumtode.hatenadiary.jp%2Fentry%2F20110818%2F1313671014&quot; title=&quot;モンテカルロ法 - how to code something&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>https://cdn-ak.f.st-hatena.com/images/fotolife/s/seinzumtode/20110818/20110818215040.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-08-18 21:36:54</published>
  <title>モンテカルロ法</title>
  <type>rich</type>
  <url>https://seinzumtode.hatenadiary.jp/entry/20110818/1313671014</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
