-
Notifications
You must be signed in to change notification settings - Fork 1
Well512Randomizer
Hyomoto edited this page Jun 24, 2021
·
1 revision
Jump To | Go Back |
Methods | Variables |
---|
Implements: Randomizer
A GML implementation of the Well512 randomizer as described by Chris Lomont in http://lomont.org/papers/2008/Lomont_PRNG_2008.pdf. This is the same one used internally by GMS to produce random numbers,
Jump To | top |
seed | next |
---|
Name | Type | Purpose |
---|---|---|
_seed | undef | No description |
No description.
Name | Type | Purpose |
---|---|---|
None |
No description.
Jump To | top |
---|
Name | Type | Initial | Purpose |
---|---|---|---|
__State | undef |
array_create( 16, 0 ) | No description. |
__Index | undef |
0 | No description. |
Devon Mullane 2020