PHP Class Hackzilla\PasswordGenerator\RandomGenerator\Php5RandomGenerator

Inheritance: implements Hackzilla\PasswordGenerator\RandomGenerator\RandomGeneratorInterface
Show file Open project: hackzilla/password-generator

Public Methods

Method Description
randomInteger ( integer $min, integer $max ) : integer This function does not generate cryptographically secure values, and should not be used for cryptographic purposes.

Method Details

randomInteger() public method

However this is the best PHP5.3 offers.
public randomInteger ( integer $min, integer $max ) : integer
$min integer
$max integer
return integer