Random number generator (included): Difference between revisions

no edit summary
m (Fix incorrect function name, remove incorrect notice, & add note.)
No edit summary
Line 518:
=={{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.
 
=={{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}}==
404

edits