Skip to content

Commit

Permalink
Lecture 11
Browse files Browse the repository at this point in the history
  • Loading branch information
zucchett committed Jan 11, 2023
1 parent 79546f2 commit 15cebb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 11_montecarlo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
" return x/m\n",
"\n",
"# setting the seed\n",
"x = 123456\n",
"x = 12345678\n",
"\n",
"# generate a set of 10 random numbers by calling lgc() 10 times\n",
"print([lcg() for i in range(10)])"
Expand Down

0 comments on commit 15cebb0

Please sign in to comment.