|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Internal.
Method Summary | |
double |
getDoubleSample()
The getDoubleSample method returns a random floating point number of size double, uniformly distributed in the range [0.0, 1.0). |
float |
getFloatSample()
The getFloatSample method returns a random floating point number of size float, uniformly distributed in the range [0.0, 1.0). |
double |
getThinDoubleSample()
The getThinDoubleSample method returns a random floating point number of size double, uniformly distributed in the range [0.0, 1.0). |
int |
getUnsignedMax()
The getUnsignedMax method returns the highest value that will ever be returned by -getUnsignedSample (the lowest is 0). |
int |
getUnsignedSample()
The getUnsignedSample method returns a random unsigned integer uniformly distributed over [0,unsignedMax]. |
Method Detail |
public int getUnsignedMax()
public int getUnsignedSample()
public float getFloatSample()
public double getThinDoubleSample()
public double getDoubleSample()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |