Penguin
Diff: PseudoRandomNumberGenerator
EditPageHistoryDiffInfoLikePages

Differences between current version and predecessor to the previous major change of PseudoRandomNumberGenerator.

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

Newer page: version 3 Last edited on Wednesday, March 24, 2004 4:09:05 am by AristotlePagaltzis
Older page: version 2 Last edited on Saturday, March 20, 2004 12:08:29 pm by StuartYeates Revert
@@ -1 +1 @@
-A pseudo random number generator is an algorithm which generates a sequence of apparently random numbers. If you watch the sequence for long enough it will loop, which seperates a pseudo random number generator from a RandomNumberGenerator. random(3) and rand(3) are the standard library calls to the [C ] pseudo random number generator. DevRandom is a pseudo random number generator operated by the [Linux] [Kernel] and peterbed using low-level timing information
+Describe [PseudoRandomNumberGenerator ] here