Package org.apache.commons.rng.core.util
This package contains utilities to combine/split primitive types.
-
Interface Summary Interface Description RandomStreams.SeededObjectFactory<T> A factory for creating objects using a seed and a using a source of randomness. -
Class Summary Class Description NumberFactory Utility for creating number types from one or twoint
values or onelong
value, or a sequence of bytes.RandomStreams Utility for creating streams using a source of randomness.RandomStreams.SeededObjectSpliterator<T> Spliterator for streams of a given object type that can be created from a seed and source of randomness.