Class Int2Long
- java.lang.Object
-
- org.apache.commons.rng.simple.internal.Int2Long
-
- All Implemented Interfaces:
SeedConverter<Integer,Long>
public class Int2Long extends Object implements SeedConverter<Integer,Long>
Converts aInteger
to anLong
.- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description Int2Long()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
convert(Integer seed)
Converts seed from input type to output type.
-