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