T
- the object typepublic static interface RandomStreams.SeededObjectFactory<T>
Modifier and Type | Method and Description |
---|---|
T |
create(long seed,
UniformRandomProvider source)
Creates the object.
|
T create(long seed, UniformRandomProvider source)
seed
- Seed used to initialise the instance.source
- Source of randomness used to initialise the instance.Copyright © 2016–2022 The Apache Software Foundation. All rights reserved.