diff options
author | Mike Pall <mike> | 2019-12-08 19:12:45 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2019-12-08 19:12:45 +0100 |
commit | 84ee8091f66b674da74e6f81bcb73f1d9fb10458 (patch) | |
tree | 3c0bc34918513d00c06cb0544e74d29e6e16da4d /doc/extensions.html | |
parent | 6e228a9cb68887153462365b70d54b2fff871050 (diff) | |
parent | 08272de59eedaa82726b8f671dccc7e0170addc0 (diff) | |
download | luajit-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.html | 4 |
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. | |||
253 | It's correctly scaled up and rounded for <tt>math.random(n [,m])</tt> to | 253 | It's correctly scaled up and rounded for <tt>math.random(n [,m])</tt> to |
254 | preserve uniformity. | 254 | preserve uniformity. |
255 | </p> | 255 | </p> |
256 | <p> | ||
257 | Important: 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 bit file offsets</h3> | 261 | <h3 id="io"><tt>io.*</tt> functions handle 64 bit file offsets</h3> |
258 | <p> | 262 | <p> |