no commit message

parent bd76c56a
......@@ -96,7 +96,7 @@
"y = np.random.uniform(size=N, low=0, high=1)\n",
"\n",
"\n",
"accept = (x*x+y*y)<=1\n",
"accept = (x*x+y*y) <= 1\n",
"reject = np.logical_not(accept)\n",
"\n",
"fig, ax = plt.subplots(1)\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment