Uses of Class
org.randomness.Cryptorandomness

Uses of Cryptorandomness in org.randomness
 

Methods in org.randomness that return Cryptorandomness
 Cryptorandomness CSPRNG.current()
          Returns a unique CSPRNG generator isolated to the current thread (thread local random).
 Cryptorandomness CSPRNG.defaultInstance()
          Create's new instance of specified Cryptographically Random Number Generator wiht default configurable parameters.
 Cryptorandomness Cryptorandomness.escape()
          PROVISIONAL API, WORK IN PROGRESS: Escape from attacker (asynchronous call).
static Cryptorandomness Cryptorandomness.from(CSPRNG algorithm)
          Returns a new Cryptorandomness object that implements the specified Cryptosecure Random Number Generator algorithm ( CSPRNG).
static Cryptorandomness Cryptorandomness.from(SecureRandomSpi spi)
          PROVISIONAL API, WORK IN PROGRESS: Create Cryptorandomness from the specified SPI.
 Cryptorandomness Cryptorandomness.limit(long newLimit)
          PROVISIONAL API, WORK IN PROGRESS: Set's new limit of bytes
 Cryptorandomness Cryptorandomness.reseed(float probability)
          PROVISIONAL API, WORK IN PROGRESS:Try to reseed on every call with specified probability.