-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Shuffle, GetString, and GetItems on Random{NumberGenerator} (…
…#78598) * Implement Shuffle, GetString, and GetItems. * Cleanup and additional tests * Use where possible * Code review feedback * Additional uses of Random throughout tests * Feedback on documentation * Use ref to span to get span in string.Create. Co-authored-by: Benjamin Moir <[email protected]> Co-authored-by: Theodore Tsirpanis <[email protected]> Co-authored-by: Michał Petryka <[email protected]> * Code review feedback * Code review feedback * Apply suggestions from code review Co-authored-by: Dan Moseley <[email protected]> * Use AssertExtensions over Assert * Improve comment * No idea where AssertHexString came from * Update src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/RandomNumberGenerator.cs Co-authored-by: Jeremy Barton <[email protected]> Co-authored-by: Benjamin Moir <[email protected]> Co-authored-by: Theodore Tsirpanis <[email protected]> Co-authored-by: Michał Petryka <[email protected]> Co-authored-by: Dan Moseley <[email protected]> Co-authored-by: Stephen Toub <[email protected]> Co-authored-by: Jeremy Barton <[email protected]>
- Loading branch information
1 parent
210a7a9
commit 05e1fe1
Showing
21 changed files
with
840 additions
and
136 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
1 change: 0 additions & 1 deletion
1
src/libraries/System.Collections/tests/Generic/Dictionary/Dictionary.Generic.Tests.cs
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
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
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
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
Oops, something went wrong.