Uses of Class
org.apache.commons.rng.core.source64.L64X128Mix
-
Packages that use L64X128Mix Package Description org.apache.commons.rng.core.source64 Concrete algorithms forlong
-based sources of randomness. -
-
Uses of L64X128Mix in org.apache.commons.rng.core.source64
Methods in org.apache.commons.rng.core.source64 that return L64X128Mix Modifier and Type Method Description protected L64X128Mix
L64X128Mix. copy()
Create a copy.Constructors in org.apache.commons.rng.core.source64 with parameters of type L64X128Mix Constructor Description L64X128Mix(L64X128Mix source)
Creates a copy instance.
-