Uses of Interface
org.apache.commons.rng.core.util.RandomStreams.SeededObjectFactory
-
Packages that use RandomStreams.SeededObjectFactory Package Description org.apache.commons.rng.core.util 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.SeededObjectFactory Modifier and Type Field Description private RandomStreams.SeededObjectFactory<T>
RandomStreams.SeededObjectSpliterator. factory
Factory to create new instances.Methods in org.apache.commons.rng.core.util with parameters of type RandomStreams.SeededObjectFactory Modifier and Type Method Description static <T> java.util.stream.Stream<T>
RandomStreams. generateWithSeed(long streamSize, SplittableUniformRandomProvider source, RandomStreams.SeededObjectFactory<T> factory)
Returns a stream producing the givenstreamSize
number of new objects generated using the suppliedsource
of randomness and objectfactory
.Constructors in org.apache.commons.rng.core.util with parameters of type RandomStreams.SeededObjectFactory Constructor Description SeededObjectSpliterator(long start, long end, SplittableUniformRandomProvider source, RandomStreams.SeededObjectFactory<T> factory, long seed)
-