|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpalio.modules.mth.Generator
palio.modules.mth.RandomQuantis
public class RandomQuantis
Constructor Summary | |
---|---|
RandomQuantis()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Zwraca nazwę generatora |
static java.lang.Boolean |
isDeviceDetected()
|
void |
nextBytes(byte[] bytes)
Wypełnia podaną tablice bajtów wartościami losowymi. |
Methods inherited from class palio.modules.mth.Generator |
---|
nextBoolean, nextDouble, nextExponential, nextFloat, nextGaussian, nextGaussian, nextInt, nextInt, nextLong, uniformToExponential, uniformToGaussian |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RandomQuantis()
Method Detail |
---|
public java.lang.String getName()
Generator
getName
in class Generator
public void nextBytes(byte[] bytes)
Generator
nextBytes
in class Generator
bytes
- tablica bajtów do wypełnienia wartościami losowymipublic static java.lang.Boolean isDeviceDetected()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |