Re: Random Number Generation -----> Hardware or Software?

From: Nicholas O. Lindan (see_at_sig.com)
Date: 03/05/05


Date: Sat, 05 Mar 2005 18:54:14 GMT

Q: Is a Pseudo-Random Number Generator's output functionally
   equivalent to a random sequence?

A: PRNG: The next number in the sequence is knowable with sufficient
           knowledge. Not being able to predict the number is due to
           ignorance and has nothing to do with 'random'.

   Random: No amount of knowledge will allow prediction of the
           next number.

-- 
Nicholas O. Lindan, Cleveland, Ohio
Consulting Engineer:  Electronics; Informatics; Photonics.
To reply, remove spaces: n o lindan at ix  . netcom . com


Relevant Pages

  • Re: Pseudo random shuffle.
    ... > pseudo random shuffle. ... That's actually precisely how random number generators work with computers, ... Bottom line, find any pseudo-random generating function, be sure that you ... be assured of the same random sequence of cards. ...
    (sci.lang.japan)
  • Re: "All random number generators eventually exhibit periodicity"?????
    ... PRNG is *any* deterministic sequence generator whose ... to a random sequence. ... Note that even a true RNG isn't ...
    (sci.crypt)