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
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.