object
Fast portable random number generator predicates. Core predicates originally written by Richard O'Keefe. Based on algorithm AS 183 from Applied Statistics.
Paulo Moura
2.4
2018/7/20
static, context_switching_calls
public randomp
Resets the random generator seed to its default value. Use get_seed/1 and set_seed/1 instead if you need reproducibility.
static, synchronized
reset_seed – one
Randomizes the random generator using a positive integer to compute a new seed.
static, synchronized
randomize(Seed)
randomize(+positive_integer) – one
(see related entities)
Stores the current random generator seed values.
dynamic
seed_(S0,S1,S2)
seed_(-integer,-integer,-integer) – one