Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add init to ReseedingRandomGenerator using default
Uses default instance of DeviceRandom and ARC4Random. This is the common (and only in the case of ARC4Random) way to use these generators. So it makes sense that when initializing without a specified reseeder, these values are used.
- Loading branch information