php8.5
Home/ Manual/ stats / functions/ stats_rand_gen_iuniform

stats_rand_gen_iuniform

PHP function Edit on GitHub ✎

(PECL stats >= 1.0.0)

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

Description

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

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

Source: reference/stats/functions/stats-rand-gen-iuniform.xml · from the official PHP manual (php/doc-en)