Package org.midheaven.math
Class BytesRandomGenerator
java.lang.Object
org.midheaven.math.BytesRandomGenerator
- All Implemented Interfaces:
RandomGenerator<Byte>
Generator for Bytes Random values.
-
Method Details
-
next
Performs next.- Specified by:
nextin interfaceRandomGenerator<Byte>- Returns:
- the result of next
-
nextBytes
public byte[] nextBytes(byte[] bytes) Returns next Bytes.- Parameters:
bytes- the bytes value- Returns:
- the result of nextBytes
-
base
Performs base.- Returns:
- the result of base
-