| Package | Description |
|---|---|
| broadwick.rng |
Provides simple API for generating random numbers.
|
| Modifier and Type | Method and Description |
|---|---|
static RNG.Generator |
RNG.Generator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RNG.Generator[] |
RNG.Generator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RNG(RNG.Generator gen)
Create a random number generator from a given generator using the current time as a seed.
|
Copyright © 2015 University of Glasgow. All rights reserved.