Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
Random
must not be instantiated for multiple invocations
The default seed for `Random` is clock based, meaning that instantiating `Random` multiple times will produce identical values if the clock doesn't change. Use the global shared generator instead for `#newTravisID`.
- Loading branch information