Class LongArray2Long
java.lang.Object
org.apache.commons.rng.simple.internal.LongArray2Long
- All Implemented Interfaces:
SeedConverter<long[],
Long>
Creates a single value by "xor" of all the values in the input array.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LongArray2Long
public LongArray2Long()Create an instance.
-
-
Method Details
-
convert
Converts seed from input type to output type.- Specified by:
convert
in interfaceSeedConverter<long[],
Long> - Parameters:
seed
- Original seed value.- Returns:
- the converted seed value.
-