integer public
\Bitrix\Main\Type\RandomSequence::rand(
integer $min,
integer $max
);
Non-static method returns next pseudorandom sequence numerical value.
Value is selected between $min
and $max
, including borders.
Parameters
Parameter | Description | Version |
$min | | |
$max | | |
Exceptions
Example