C# Class FlatRedBall.Math.Statistics.RandomExtensions

Datei anzeigen Open project: vchelaru/FlatRedBall

Public Methods

Method Description
NextFloat ( this random ) : float
NextFloat ( this random, float maxValue ) : float

Returns a float value between 0 and the argument maxValue;

Method Details

NextFloat() public static method

public static NextFloat ( this random ) : float
random this
return float

NextFloat() public static method

Returns a float value between 0 and the argument maxValue;
public static NextFloat ( this random, float maxValue ) : float
random this The random instance to use.
maxValue float The max value to return.
return float