|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface used by algorithms to access uniform random number generators.
ParkerMillerMC
,
BaysDurhamShuffle
Method Summary | |
long |
next()
Gets the next number from the generator. |
double |
nextDouble()
Gets the next double value from the generator. |
void |
setSeed(long seed)
Sets the seed for the random number generator. |
int |
sizeOfBits()
Gets the number of valid bits in a long value returned from the generator. |
Method Detail |
public void setSeed(long seed)
public int sizeOfBits()
public long next()
public double nextDouble()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |