Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehjohn committed Dec 31, 2023
1 parent 3bb499a commit f3dbce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Security/Random/Rng.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Rng : IRng

public Rng()
{
_rng = new RNGCryptoServiceProvider();
_rng = RandomNumberGenerator.Create();
}

public void GetBytes(byte[] bytes)
Expand Down

0 comments on commit f3dbce3

Please sign in to comment.