We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6de67 commit 3d3acdeCopy full SHA for 3d3acde
chapters/math/generating-predictable-random-numbers.md
@@ -62,4 +62,4 @@ Avoid the temptation to modulus the output of this generator. If you need an int
62
r.randn() % 2
63
{% endhighlight %}
64
65
-because you will most definitely not get random digits. Use `r.randi(2)` instead.
+because you will most definitely not get random digits. Use `r.rand(2)` instead.
0 commit comments