Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2019-12-08 19:12:45 +01:00
2 changed files with 24 additions and 48 deletions

View File

@@ -253,6 +253,10 @@ for every call. The result is uniformly distributed between 0.0 and 1.0.
It's correctly scaled up and rounded for <tt>math.random(n&nbsp;[,m])</tt> to
preserve uniformity.
</p>
<p>
Important: Neither this nor any other PRNG based on the simplistic
<tt>math.random()</tt> API is suitable for cryptographic use.
</p>
<h3 id="io"><tt>io.*</tt> functions handle 64&nbsp;bit file offsets</h3>
<p>