C# Class MoodSwingCoreComponents.MSRandom

Datei anzeigen Open project: verngutz/MoodSwing

Public Methods

Method Description
GetNormal ( ) : float
GetReverseNormal ( ) : float
GetUniform ( ) : float
GetUniformInt ( int max ) : int
MSRandom ( ) : System
MSRandom ( int seed ) : System

Method Details

GetNormal() public method

public GetNormal ( ) : float
return float

GetReverseNormal() public method

public GetReverseNormal ( ) : float
return float

GetUniform() public method

public GetUniform ( ) : float
return float

GetUniformInt() public method

public GetUniformInt ( int max ) : int
max int
return int

MSRandom() public method

public MSRandom ( ) : System
return System

MSRandom() public method

public MSRandom ( int seed ) : System
seed int
return System