Uses of Class
de.tilman_neumann.jml.factor.TestNumberNature
-
Packages that use TestNumberNature Package Description de.tilman_neumann.jml.factor -
-
Uses of TestNumberNature in de.tilman_neumann.jml.factor
Methods in de.tilman_neumann.jml.factor that return TestNumberNature Modifier and Type Method Description static TestNumberNature
TestNumberNature. valueOf(String name)
Returns the enum constant of this type with the specified name.static TestNumberNature[]
TestNumberNature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.tilman_neumann.jml.factor with parameters of type TestNumberNature Modifier and Type Method Description static BigInteger[]
TestsetGenerator. generate(int N_count, int bits, TestNumberNature mode)
Generate N_count random numbers of the given size and nature.
-