Creates RNG struct with set seed
Alias to default seed
Typed alias to get random value between 0 and T.max or custom min and max
Typed alias to get random value between 0 and T.max or custom min and max
Alias to unpredictable seed
Randomizes seed
Typed alias to get random value between 0 and T.max or custom min and max
Returns random uint
Randomizes seed
Returns current seed
Sets custom seed p_seed
Skips current random value
Skips N amount of random values
std.random wrapper