Method | Description | |
---|---|---|
MWCRandom ( IntVector2 p, int seed ) : System | ||
MWCRandom ( IntVector3 p, int seed ) : System | ||
MWCRandom ( uint seed1, uint seed2 ) : System | ||
Next ( ) : int |
Get random Int32 [0, Int32.MaxValue)
|
|
Next ( int exclusiveMax ) : int |
Get random Int32 [0, exclusiveMax)
|
|
NextDouble ( ) : double |
Get random double [0.0, 1.0)
|
|
NextUint ( ) : uint |
Get random UInt32 [0, UInt32.MaxValue]
|
public MWCRandom ( IntVector2 p, int seed ) : System | ||
p | IntVector2 | |
seed | int | |
return | System |
public MWCRandom ( IntVector3 p, int seed ) : System | ||
p | IntVector3 | |
seed | int | |
return | System |
public MWCRandom ( uint seed1, uint seed2 ) : System | ||
seed1 | uint | |
seed2 | uint | |
return | System |