Legend of the Green Dragon

e_rand.php

Table of Contents

make_seed()  : mixed
e_rand()  : int
Alias of mt_rand with some improvements.
r_rand()  : int|float
Same as e_rand but $min and $max are multiplied by 1000.

Functions

e_rand()

Alias of mt_rand with some improvements.

e_rand([int|null $min = null ][, int|null $max = null ]) : int
Parameters
$min : int|null = null
$max : int|null = null

r_rand()

Same as e_rand but $min and $max are multiplied by 1000.

r_rand([int|float $min = null ][, int|float $max = null ]) : int|float
Parameters
$min : int|float = null
$max : int|float = null

Search results