| Interface | Description |
|---|---|
| IRandom |
The basic visible methods of any pseudo-random number generator.
|
| Class | Description |
|---|---|
| ARCFour |
RC4 is a stream cipher developed by Ron Rivest.
|
| BasePRNG |
An abstract class to facilitate implementing PRNG algorithms.
|
| Exception | Description |
|---|---|
| LimitReachedException |
A checked exception that indicates that a pseudo random number generated has
reached its theoretical limit in generating random bytes.
|
Copyright © 2017 LSST. All rights reserved.