Interface | Description |
---|---|
RandomGenerator |
Generic interface for objects generating random bytes.
|
Class | Description |
---|---|
DigestRandomGenerator |
Random generation based on the digest with counter.
|
ReversedWindowGenerator |
Takes bytes generated by an underling RandomGenerator and reverses the order in
each small window (of configurable size).
|
ThreadedSeedGenerator |
A thread based seed generator - one source of randomness.
|
VMPCRandomGenerator |
Copyright © 2015. All rights reserved.