C# Class FlatRedBall.Math.Statistics.RandomExtensions

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode 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 méthode

public static NextFloat ( this random ) : float
random this
Résultat float

NextFloat() public static méthode

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.
Résultat float