Class Murmur3Time
java.lang.Object
io.nosqlbench.virtdata.library.random.Murmur3Time
- All Implemented Interfaces:
LongUnaryOperator
A generator that is mostly useless, except for testing useless generators.
This is used as a control for the concurrent generation tester.
-
Constructor Details
-
Murmur3Time
public Murmur3Time()
-
-
Method Details
-
applyAsLong
public long applyAsLong(long operand) - Specified by:
applyAsLongin interfaceLongUnaryOperator
-