diff options
Diffstat (limited to '')
-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> |