PDA

View Full Version : True Random Number Generator...


Keefe
01-15-2002, 10:58 PM
I actually found a website that can generate truely random numbers...not seemingly random numbers link most scripts do.

Check it out here....
http://random.org/nform.html

Simo
01-16-2002, 02:25 AM
Interesting...

I was about to type how its impossible for a computer to generate a completaly random number....but since this isnt dont usng a computer as such, it seems pretty legit..

When I next see a good frind of mine (mathamaticion) Ill ask him about it..

-Baudrate-
01-16-2002, 10:28 PM
Well, usually random numbers are generated by using the system clock to produce a "random" number... Sure it is truly random?

Simo
01-17-2002, 02:05 AM
have you been to the site?

It explains how it generates the numbers there....pretty tech. stuff.

thetechfreak
01-18-2002, 05:23 PM
the generate number from system clock is quasi (semi) random..not truly random, im just about to take a peek at that site

portzion
02-09-2002, 02:21 AM
spiffy site

Grinnin Reaper
02-10-2002, 12:54 PM
In the day's of BASIC programming I always added a FOR NEXT loop in the middle of at least one of my PRESS ANY KEY TO CONTINUE Screens. SPAMSince the computer would take one count Flash just the message at the bottom of an intro screen and then repeat till a key was pressed it was very fast and very hard for someone to hit the key at the same time twice. SPAM SPAMThen added that value to my Random Number formula it was very random and hard to duplicate.