Package io.virtdata.random
Class RandomLineToInt
- java.lang.Object
-
- io.virtdata.random.RandomLineToInt
-
- All Implemented Interfaces:
java.util.function.LongToIntFunction
public class RandomLineToInt extends java.lang.Object implements java.util.function.LongToIntFunction
-
-
Constructor Summary
Constructors Constructor Description RandomLineToInt(java.lang.String filename)RandomLineToInt(java.lang.String filename, long seed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intapplyAsInt(long value)java.lang.StringtoString()
-