Module:Random/doc

From The Blockheads Wiki
Revision as of 17:05, 6 August 2024 by JarlPenguin (talk | contribs) (Created page with "{{documentation header}} <!-- Documentation here --> This module generates a pseudo-random number. It is used the same as <code>math.random</code>, however it first sets up a seed so that the number is actually random. <includeonly> <!-- Template categories/interwiki here --> </includeonly> <noinclude> <!-- Documentation categories/interwiki here --> </noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:Random

This is the documentation page. It is transcluded into Module:Random. See Template:Documentation for more information.

This module generates a pseudo-random number. It is used the same as math.random, however it first sets up a seed so that the number is actually random.