public static class AddRedundancy.SimplePrng extends Object implements Prng
Wrapper for the java random number generator (not normative).
Constructor and Description |
---|
SimplePrng() |
SimplePrng(long seed) |
Modifier and Type | Method and Description |
---|---|
byte |
nextByte()
Get the next random byte of the Prng.
|
void |
reset()
Resets the Prng to the initially seeded state.
|
Copyright © 2023. All rights reserved.