diff --git a/src/rm.Random2/RandomUtils.cs b/src/rm.Random2/RandomUtils.cs index 95299e0..ba497b7 100644 --- a/src/rm.Random2/RandomUtils.cs +++ b/src/rm.Random2/RandomUtils.cs @@ -16,8 +16,7 @@ public static class RandomUtils /// /// Creates a new instance of Random. The seed is derived - /// from a global (static) instance of Random, rather - /// than time. + /// from a RandomNumberGenerator instance. /// public static Random NewRandom() { diff --git a/src/rm.Random2/ThreadLocalRandom.cs b/src/rm.Random2/ThreadLocalRandom.cs index f4f0140..36dc268 100644 --- a/src/rm.Random2/ThreadLocalRandom.cs +++ b/src/rm.Random2/ThreadLocalRandom.cs @@ -18,8 +18,7 @@ public class ThreadLocalRandom : Random /// /// Creates a new instance of Random. The seed is derived - /// from a global (static) instance of Random, rather - /// than time. + /// from a RandomNumberGenerator instance. /// private static Random NewRandom() {