[fpc-pascal]Random generator

Alan Mead cubrewer at yahoo.com
Sun Dec 7 06:51:04 CET 2003


My version of Linux includes a /dev/random.  Is there any way to use
this to get better random sequences.  When I cat this device, it
looks like it runs out of data pretty quickly, but I bet it would
make a series of fairly random seeds...

-Alan

--- jordi <jordiv at catalonia.net> wrote:
> El ds, 06 de 12 de 2003 a las 21:06, Jonas Maebe escribió:
> 
> > As long as you use pseudo-random number generators, you will not
> be 
> > able to generate sequences that are very hard to redo. They are
> per 
> > definition easy to reproduce, even if you mix 100 different
> sequences. 
> > If you want to encrypt something or authenticate, you have to
> look into 
> > encryption respectively authentication methods, and not at 
> > pseudo-random generators.
> > 
> > 
> > Jonas
> 
> Ok, thanks.
> 
> Jordi
> 
> 
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal

__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/




More information about the fpc-pascal mailing list