We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ac900 commit f1fb23cCopy full SHA for f1fb23c
ListShuffle/ListExtensions.cs
@@ -41,7 +41,7 @@ public static void CryptoStrongShuffle<T>(this IList<T> list)
41
#if NETSTANDARD2_0
42
using (var generator = RandomNumberGenerator.Create())
43
#endif
44
- while (n > 1)
+ while (n > 1)
45
{
46
n--;
47
0 commit comments