Skip to content

Std random rndulong

std:std.random.RndULong

Function RndULong: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+'.