Uses of Class
gnu.crypto.prng.BasePRNGStandalone

Packages that use BasePRNGStandalone
gnu.crypto.prng   
 

Uses of BasePRNGStandalone in gnu.crypto.prng
 

Subclasses of BasePRNGStandalone in gnu.crypto.prng
 class AsyncFortunaStandalone
          fortuna instance that tries to avoid blocking if at all possible by using separate filled buffer segments rather than one buffer (and blocking when that buffer's data has been eaten)
 class FortunaStandalone
          The Fortuna continuously-seeded pseudo-random number generator.
static class FortunaStandalone.Generator
          The Fortuna generator function.