-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support the use of RandomNumberGenerator (#72)
* support the use of RandomNumberGenerator This commit makes the following changes: - Each of the randomInteger static methods now has an overload that takes a RandomNumberGenerator argument. - The existing randomInteger methods use SystemRandomNumberGenerator instead of a system-specific API. * reserve capacity if array storage will be used Co-authored-by: Rob Mayoff <[email protected]>
- Loading branch information
Showing
3 changed files
with
109 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters