Package com.walkfares.function.math
Class DataGeneration
java.lang.Object
com.walkfares.function.AbstractFunctionHolder
com.walkfares.function.math.DataGeneration
- All Implemented Interfaces:
FunctionHolder
public class DataGeneration extends AbstractFunctionHolder implements FunctionHolder
-
Constructor Summary
Constructors Constructor Description DataGeneration()
-
Method Summary
Modifier and Type Method Description String
getCategory()
List<Function>
getFunctions()
VarScalar
random()
VarScalar
randomInteger(int max)
-
Constructor Details
-
DataGeneration
public DataGeneration()
-
-
Method Details
-
getCategory
- Specified by:
getCategory
in interfaceFunctionHolder
-
getFunctions
- Specified by:
getFunctions
in interfaceFunctionHolder
-
random
-
randomInteger
-