public interface Prng
byte
nextByte()
void
reset()
byte nextByte()
Returns the next random byte of the initialized Prng.
void reset()
Resets the prng to the last specified seed.
Copyright © 2023. All rights reserved.