PHP Class Hackzilla\PasswordGenerator\RandomGenerator\NoRandomGenerator

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

Public Methods

Method Description
randomInteger ( integer $min, integer $max ) : integer This return the $min, and is for testing only.

Method Details

randomInteger() public method

This return the $min, and is for testing only.
public randomInteger ( integer $min, integer $max ) : integer
$min integer
$max integer
return integer