Uses of Interface
org.apache.commons.rng.core.util.RandomStreams.SeededObjectFactory
Packages that use RandomStreams.SeededObjectFactory
Package
Description
This package contains utilities to combine/split primitive types.
-
Uses of RandomStreams.SeededObjectFactory in org.apache.commons.rng.core.util
Fields in org.apache.commons.rng.core.util declared as RandomStreams.SeededObjectFactoryModifier and TypeFieldDescriptionprivate final RandomStreams.SeededObjectFactory<T> RandomStreams.SeededObjectSpliterator.factoryFactory to create new instances.Methods in org.apache.commons.rng.core.util with parameters of type RandomStreams.SeededObjectFactoryModifier and TypeMethodDescriptionstatic <T> Stream<T> RandomStreams.generateWithSeed(long streamSize, SplittableUniformRandomProvider source, RandomStreams.SeededObjectFactory<T> factory) Returns a stream producing the givenstreamSizenumber of new objects generated using the suppliedsourceof randomness and objectfactory.Constructors in org.apache.commons.rng.core.util with parameters of type RandomStreams.SeededObjectFactoryModifierConstructorDescription(package private)SeededObjectSpliterator(long start, long end, SplittableUniformRandomProvider source, RandomStreams.SeededObjectFactory<T> factory, long seed)