aboutsummaryrefslogtreecommitdiff
path: root/doc/extensions.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/extensions.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/extensions.html b/doc/extensions.html
index 7379041d..6d3518ea 100644
--- a/doc/extensions.html
+++ b/doc/extensions.html
@@ -253,6 +253,10 @@ for every call. The result is uniformly distributed between 0.0 and 1.0.
253It's correctly scaled up and rounded for <tt>math.random(n&nbsp;[,m])</tt> to 253It's correctly scaled up and rounded for <tt>math.random(n&nbsp;[,m])</tt> to
254preserve uniformity. 254preserve uniformity.
255</p> 255</p>
256<p>
257Important: Neither this nor any other PRNG based on the simplistic
258<tt>math.random()</tt> API is suitable for cryptographic use.
259</p>
256 260
257<h3 id="io"><tt>io.*</tt> functions handle 64&nbsp;bit file offsets</h3> 261<h3 id="io"><tt>io.*</tt> functions handle 64&nbsp;bit file offsets</h3>
258<p> 262<p>