Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Motivation: ThreadLocalInsecureRandom still referenced ThreadLocalRandom directly, but shouldn't. Modifications: ThreadLocalInsecureRandom should reference PlatformDependent#threadLocalRandom() in comments Result: Less usage of internal.ThreadLocalRandom.
- Loading branch information