C# 클래스 MoodSwingCoreComponents.MSRandom

파일 보기 프로젝트 열기: verngutz/MoodSwing

공개 메소드들

메소드 설명
GetNormal ( ) : float
GetReverseNormal ( ) : float
GetUniform ( ) : float
GetUniformInt ( int max ) : int
MSRandom ( ) : System
MSRandom ( int seed ) : System

메소드 상세

GetNormal() 공개 메소드

public GetNormal ( ) : float
리턴 float

GetReverseNormal() 공개 메소드

public GetReverseNormal ( ) : float
리턴 float

GetUniform() 공개 메소드

public GetUniform ( ) : float
리턴 float

GetUniformInt() 공개 메소드

public GetUniformInt ( int max ) : int
max int
리턴 int

MSRandom() 공개 메소드

public MSRandom ( ) : System
리턴 System

MSRandom() 공개 메소드

public MSRandom ( int seed ) : System
seed int
리턴 System