stats_rand_gen_iuniform
stats_rand_gen_iuniform
Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)
int **stats_rand_gen_iuniform** int $low int $high
Returns a random integer from the discrete uniform distribution between (inclusive)
and (inclusive).
low``high
lowThe lower bound
highThe upper bound
A random integer