GoLang stats_rand_gen_iuniform

request it (276)
GoLang replacement for PHP's stats_rand_gen_iuniform [edit | history]



Do you know a GoLang replacement for PHP's stats_rand_gen_iuniform? Write it!

PHP stats_rand_gen_iuniform

PHP original manual for stats_rand_gen_iuniform [ show | php.net ]

stats_rand_gen_iuniform

(PECL stats >= 1.0.0)

stats_rand_gen_iuniformGenerates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)

Description

int stats_rand_gen_iuniform ( int $low , int $high )

Returns a random integer from the discrete uniform distribution between low (inclusive) and high (inclusive).

Parameters

low

The lower bound

high

The upper bound

Return Values

A random integer