J
Jesper Stocholm
Do any of you guys know how large the domain of System.Random-class is? In
Java there is access to something called SecureRandom(), that selects a
value randomly (and uniformly) in a 2^128-bit domain in comparison with the
normal random-method in Java, that "just" selects from a 2^40 bit domain.
Is there any information available like this in .Net?
Java there is access to something called SecureRandom(), that selects a
value randomly (and uniformly) in a 2^128-bit domain in comparison with the
normal random-method in Java, that "just" selects from a 2^40 bit domain.
Is there any information available like this in .Net?