PHP Class Vimeo\ABLincoln\Operators\Random\RandomFloat

Required Inputs: - 'min': min (float) value drawn - 'max': max (float) value drawn Optional Inputs: None
Inheritance: extends Vimeo\ABLincoln\Operators\RandomOperator
Show file Open project: vimeo/ablincoln

Protected Methods

Method Description
_simpleExecute ( ) : float Calculate a random floating point number in the given range

Method Details

_simpleExecute() protected method

Calculate a random floating point number in the given range
protected _simpleExecute ( ) : float
return float the calculated random float