Random number generator (included): Difference between revisions

Content added Content deleted
(Added Arturo implementation)
Line 56: Line 56:
=={{header|Arturo}}==
=={{header|Arturo}}==


The built-in [https://arturo-lang.io/documentation/library/numbers/random/ random] random number generator is based on xoroshiro128+ (xor/rotate/shift/rotate), see [http://xoroshiro.di.unimi.it/ here].
The built-in [https://arturo-lang.io/documentation/library/numbers/random/ random] is based on Nim's random number generator and, thus, in turn based on xoroshiro128+ (xor/rotate/shift/rotate), see [http://xoroshiro.di.unimi.it/ here].


=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==