Classes
Class | Description | |
---|---|---|
RandomUtils |
The source of random stuff for the whole project. This lets us make all randomness in the project
predictable, if desired, for when we run unit tests, which should be repeatable.
| |
RandomWrapper |