std.random.RndULong - nitrologic/monkey2 GitHub Wiki
std::std.random.RndULong
monkey:monkey.types.Ulong( )
Function RndULong:Generates a random unsigned long value.
This is the core function used by all other functions in the random namespace that generate random numbers.
The algorithm currently used is 'xoroshiro128+'.