Return maximum supported integer
The value returned by this function is the upper limit to the getInteger method parameters. Values above this are not supported by the used class and will most likely not work.
Tags:
Overrides
Math_Random::getMaxInteger() (Return maximum supported integer)
Return minimum supported integer
The value returned by this function is the lower limit to the getInteger method parameters. Values below this are not supported by the used class and will most likely not work.
Tags:
Overrides
Math_Random::getMinInteger() (Return minimum supported integer)
string getString(
int
$len)
|
|
Get a string of random characters
Returns a binary string of 8bit characters with the specified length.
Tags:
Overrides
Math_Random::getString() (Get a string of random characters)
Parameters: