summaryrefslogtreecommitdiff
path: root/doc/extensions.html
diff options
context:
space:
mode:
authorMike Pall <mike>2019-12-08 19:12:45 +0100
committerMike Pall <mike>2019-12-08 19:12:45 +0100
commit84ee8091f66b674da74e6f81bcb73f1d9fb10458 (patch)
tree3c0bc34918513d00c06cb0544e74d29e6e16da4d /doc/extensions.html
parent6e228a9cb68887153462365b70d54b2fff871050 (diff)
parent08272de59eedaa82726b8f671dccc7e0170addc0 (diff)
downloadluajit-84ee8091f66b674da74e6f81bcb73f1d9fb10458.tar.gz
luajit-84ee8091f66b674da74e6f81bcb73f1d9fb10458.tar.bz2
luajit-84ee8091f66b674da74e6f81bcb73f1d9fb10458.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/extensions.html')
-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>