Random number generator (included): Difference between revisions

Content added Content deleted
m (Fix incorrect function name, remove incorrect notice, & add note.)
No edit summary
Line 518: Line 518:
=={{header|Lua}}==
=={{header|Lua}}==
Lua's <code>math.random()</code> is an interface to the C <code>rand()</code> function provided by the OS libc; its implementation varies by platform.
Lua's <code>math.random()</code> is an interface to the C <code>rand()</code> function provided by the OS libc; its implementation varies by platform.

=={{header|M2000 Interpreter}}==
M2000 use [https://en.wikipedia.org/wiki/Wichmann%E2%80%93Hill Wichmann-Hill Pseudo Random Number Generator]



=={{header|Mathematica}}/{{header|Wolfram Language}}==
=={{header|Mathematica}}/{{header|Wolfram Language}}==