在线文档教程
PHP
数学 | Mathematics

stats_rand_gen_iuniform

stats_rand_gen_iuniform

(PECL stats >= 1.0.0)

stats_rand_gen_iuniform — Generates 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

← stats_rand_gen_ipoisson

stats_rand_gen_noncenral_chisquare →

© 1997–2017 The PHP Documentation Group

Licensed under the Creative Commons Attribution License v3.0 or later.

https://secure.php.net/manual/en/function.stats-rand-gen-iuniform.php