A B C D E F G H I L M N O P Q R S T U V

T

test() - Method in class org.randomness.Truerandomness
TODO PROVISIONAL API, WORK IN PROGRESS: The health test function determines that the TRNG mechanism continues to function correctly; An implementation should provide a capability to test the instantiate function on demand.
TEST_BUFFER_SIZE - Variable in enum org.randomness.TRNG
Size of buffer where entropy gathered for testing purposes.
toString() - Method in class org.randomness.Pseudorandomness
Returns the name of the algorithm implemented by this PRNG (optional operation).
toString() - Method in class org.randomness.Quasirandomess
 
toString() - Method in class org.randomness.Randomness
Returns the name of the algorithm (or process) implemented by this RBG object (optional operation).
TRNG - Enum in org.randomness
List of implemented True Random Number Generators - a sources of unpredictable data.
Truerandomness - Class in org.randomness
This class specifies True Random Number Generator (TRNG) techniques for the reading high quality, unpredictable random bytes from the specified entropy source.
Truerandomness() - Constructor for class org.randomness.Truerandomness
Default constructor.
tryRead(ByteBuffer) - Method in class org.randomness.Pseudorandomness
Attempts to read from this PRNG into the given buffer, starting at the given file position if generate function is not owned by other thread.
tryRead(ByteBuffer) - Method in class org.randomness.Quasirandomess
 
tryRead(ByteBuffer) - Method in class org.randomness.Randomness
Attempts to read from this RBG into the given buffer, if generate function is not owned by other thread.

A B C D E F G H I L M N O P Q R S T U V