std.random.RndULong - nitrologic/monkey2 GitHub Wiki

std::std.random.RndULong

Function RndULong:monkey:monkey.types.Ulong( )

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+'.