User Tools

Site Tools


cw4:4rpl_tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
cw4:4rpl_tools [2025/06/30 20:01] – [Pseudo Random Number Generator, based on sinus] kallicw4:4rpl_tools [2025/06/30 20:12] (current) – [Pseudo Random Number Generator, based on sinus] kalli
Line 3869: Line 3869:
 Difference between the functions: Difference between the functions:
   * "seeded": provide a seed to the generator. The generated number will always be the same for the same seed.   * "seeded": provide a seed to the generator. The generated number will always be the same for the same seed.
-  * "index": these seeds are sequenced. In the same map for the same index, seed 1,2,3,... will be the same after map restart.+  * "index": these seeds are sequenced. In the same map for the same index, the generated number 1,2,3,... will be the same after map restart.
   * "spiked": the generator is seeded with the elapsedtime of the gaming session, making the outcome uncontrollable.   * "spiked": the generator is seeded with the elapsedtime of the gaming session, making the outcome uncontrollable.
   * No prefix: these are sequenced seeds and they use index 0.    * No prefix: these are sequenced seeds and they use index 0. 
cw4/4rpl_tools.txt · Last modified: 2025/06/30 20:12 by kalli