Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Random/doc: Difference between revisions

From Vault Hunters Official Wiki
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."
 
(No difference)

Latest revision as of 20:58, 16 June 2025

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.