public class UniformRandomProducer extends Object
| Constructor and Description |
|---|
UniformRandomProducer(double from,
double to)
Creates an instance of UniformRandomProducer.
|
UniformRandomProducer(double from,
double to,
long seed)
Creates an instance of UniformRandomProducer.
|
| Modifier and Type | Method and Description |
|---|---|
protected Random |
generator() |
Double |
get() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnoizify, noizify, vectorize, vectorizepublic UniformRandomProducer(double from,
double to)
from - Generate values from this value.to - Generate values to this value.public UniformRandomProducer(double from,
double to,
long seed)
from - Generate values from this value.to - Generate values to this value.seed - Seed.
GridGain In-Memory Computing Platform : ver. 8.9.15 Release Date : December 3 2024