std:std.random.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+'.