We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 428588a + 3d3acde commit 16016c9Copy full SHA for 16016c9
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