This package contains the library's interface to be used by client code that needs a generator of sequences of pseudo-random numbers that are uniformly distributed in a specified range.
| Interface | Description |
|---|---|
| RandomProviderState |
Marker interface for objects that represents the state of a random
generator.
|
| RestorableUniformRandomProvider |
Applies to generators whose internal state can be saved and restored.
|
| UniformRandomProvider |
Applies to generators of random number sequences that follow a uniform
distribution.
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.