| Package | Description |
|---|---|
| com.mware.ge.values.storable.random |
| Modifier and Type | Method and Description |
|---|---|
static RandomValues |
RandomValues.create()
Create a
RandomValues with default configuration |
static RandomValues |
RandomValues.create(Random random)
Create a
RandomValues using the given Random with default configuration |
static RandomValues |
RandomValues.create(Random random,
RandomValues.Configuration configuration)
Create a
RandomValues using the given Random with given configuration |
static RandomValues |
RandomValues.create(RandomValues.Configuration configuration)
Create a
RandomValues with the given configuration |
static RandomValues |
RandomValues.create(SplittableRandom random)
Create a
RandomValues using the given SplittableRandom with default configuration |
static RandomValues |
RandomValues.create(SplittableRandom random,
RandomValues.Configuration configuration)
Create a
RandomValues using the given SplittableRandom with given configuration |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.