C# 클래스 FlatRedBall.Math.Statistics.RandomExtensions

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
NextFloat ( this random ) : float
NextFloat ( this random, float maxValue ) : float

Returns a float value between 0 and the argument maxValue;

메소드 상세

NextFloat() 공개 정적인 메소드

public static NextFloat ( this random ) : float
random this
리턴 float

NextFloat() 공개 정적인 메소드

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.
리턴 float