C# (CSharp) MpcLib.Common.StochasticUtils SafeRandom - 6 examples found. These are the top rated real world C# (CSharp) examples of MpcLib.Common.StochasticUtils.SafeRandom extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
Implements a safe random number generator seeded using RNGCryptoServiceProvider. This RNG is safe meaning that the default seed value is time-independent so if more than one instance of it is created at the same "time", the random sequence generated by each instance is completely different (independent) from other instances'. WARNING: The sequence of random numbers generated by this method is NOT cryptographically-secure. DO NOT USE IN REAL SITUATIONS.