Package | Description |
---|---|
org.apache.commons.rng.core.util |
This package contains utilities to combine/split primitive types.
|
Modifier and Type | Method and Description |
---|---|
static <T> Stream<T> |
RandomStreams.generateWithSeed(long streamSize,
SplittableUniformRandomProvider source,
RandomStreams.SeededObjectFactory<T> factory)
Returns a stream producing the given
streamSize number of new objects
generated using the supplied source of randomness and object factory . |
Copyright © 2016–2022 The Apache Software Foundation. All rights reserved.