Template:RNG

From RimWorld Wiki
Revision as of 02:27, 13 December 2016 by Spdskatr (talk | contribs) (Sorry this stuff is really hard to test, and also is there a difference between CURRENTTIMESTAMP and REVISIONTIMESTAMP if they don't update?)
Jump to navigation Jump to search

Generic random number: 0

Generated numbers:

Seed 1 limit 30: 20
Seed 2 limit 30: 24
Seed 1: 0

Description

This template is used to generate random numbers in a relatively short time.

Usage

Type {{RNG}} on the page to assume a seed of 0 and a limit of 100.

NOTE: Setting a limit value to something greater than 1 000 000 WILL have an effect on the randomness of the result. Use two {{RNG}} templates instead.
{{RNG
|seed=(number)            -->Makes RNGs with different seeds unique to each other.
|limit=(number)           -->Restricts the RNG to produce only numbers from 1 to limit.
}}

Example:

{{RNG
|seed=1234
|limit=5000}}

results in: 4419