palio.modules.mth
Class RandomQuantis

java.lang.Object
  extended by palio.modules.mth.Generator
      extended by palio.modules.mth.RandomQuantis

public class RandomQuantis
extends Generator


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

RandomQuantis

public RandomQuantis()
Method Detail

getName

public java.lang.String getName()
Description copied from class: Generator
Zwraca nazwę generatora

Specified by:
getName in class Generator

nextBytes

public void nextBytes(byte[] bytes)
Description copied from class: Generator
Wypełnia podaną tablice bajtów wartościami losowymi.

Overrides:
nextBytes in class Generator
Parameters:
bytes - tablica bajtów do wypełnienia wartościami losowymi

isDeviceDetected

public static java.lang.Boolean isDeviceDetected()