Difference between revisions of "Template:RNG"
Jump to navigation
Jump to search
(Making it statistically even.) |
|||
Line 1: | Line 1: | ||
− | <!--DISCLAIMER:I restrict my RNG calculation time to 0.5 secs | + | <!--DISCLAIMER:I restrict my RNG calculation time to 0.5 secs.--> |
{{impressive}} | {{impressive}} | ||
Generic pseudo-random number:<onlyinclude> | Generic pseudo-random number:<onlyinclude> | ||
− | {{#expr:(({{{seed|0}}} | + | {{#expr:(trunc (({{REVISIONTIMESTAMP}}+{{{seed|0}}})^2/10)-{{{seed|0}}}+{{REVISIONTIMESTAMP}})*327 mod {{{limit|100}}}}} |
</onlyinclude> | </onlyinclude> | ||
<!--More cases coming soon!--> | <!--More cases coming soon!--> |
Revision as of 08:57, 14 December 2016
This is an Impressive page. It is giving a +3 positive thought to all colonists viewing it. Please consider leaving the page as is, or decorating this page with sculptures. The impressiveness of this page at the moment is 97. |
Generic pseudo-random number: -40
Generated numbers:
Seed 1 limit 30:
-20
Seed 2 limit 30:
-8
Seed 1:
-60
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: 3016
The above documentation is transcluded from Template:RNG/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |