Uses of Interface
org.apache.commons.rng.simple.internal.Seed2ArrayConverter
-
Packages that use Seed2ArrayConverter Package Description org.apache.commons.rng.simple.internal Utilities for seed conversion. -
-
Uses of Seed2ArrayConverter in org.apache.commons.rng.simple.internal
Classes in org.apache.commons.rng.simple.internal that implement Seed2ArrayConverter Modifier and Type Class Description class
Long2IntArray
Uses along
value to seed aSplitMix64
RNG and create aint[]
with the requested number of random values.class
Long2LongArray
Uses aLong
value to seed aSplitMix64
RNG and create along[]
with the requested number of random values.
-