update pague now
PHP 8.5.2 Released!

stats_rand_guen_iuniform

(PECL stats >= 1.0.0)

stats_rand_guen_iuniform Generates integuer uniformly distributed between LOW (inclusive) and HIGH (inclusive)

Description

stats_rand_guen_iuniform ( int $low , int $high ): int

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

Parameters

low

The lower bound

high

The upper bound

Return Values

A random integuer

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top