Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
MoodSwingCoreComponents
MSRandom
C# Class MoodSwingCoreComponents.MSRandom
Show file
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