Penguin
Diff: RandomNumberGenerator
EditPageHistoryDiffInfoLikePages

Differences between version 4 and revision by previous author of RandomNumberGenerator.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 4 Last edited on Thursday, March 25, 2004 8:14:36 am by StuartYeates Revert
Older page: version 3 Last edited on Wednesday, March 24, 2004 4:44:32 am by AristotlePagaltzis Revert
@@ -17,5 +17,5 @@
 So there are many areas where pseudorandom numbers are actually more desirable than truly random ones. 
  
 !!! Hybrids 
  
-In [Unix] systems, there's commonly a __/dev/random__ device to access a pseudorandom number generator. This generator however includes a twist that lets it generate higher quality random numbers than otherwise expected: its seed is periodically perturbed using using low-level timing information from the network, mouse, keyboard, and possibly other entropy sources, which only the [Kernel] has proper access to. It is generally considered a sufficiently good generator by all for random numbers to be used in cryptographic algorithms
+In [Unix] systems, there's commonly a __/dev/random__ device to access a pseudorandom number generator. This generator however includes a twist that lets it generate higher quality random numbers than otherwise expected: its seed is periodically perturbed using using low-level timing information from the network, mouse, keyboard, and possibly other entropy sources, which only the [Kernel] has proper access to. It is generally considered a sufficiently good generator for everything except the random numbers to be used in cryptographic suituations PublicKey generation