random generator
"Simon Jaeger" <[email protected]> Thu, 9 Aug 2007 17:08:06 -0700
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <016e01c7dae3$281fc2f0$6401a8c0@simon6cbbe8619> |
Hello,
I used a random number script that defined a random variable, waited 15 seconds and then wrote it to a file. I had a very interesting result when I held down enter for a few seconds. Here is the code, then the results
code
#NoTrayIcon
$number=random(1,999999,0)
sleep(15000)
FileWrite("random.txt",$number&@crlf)
beep(1000,25)
now the results
106046.81145374
640263.506011862
640263.506011862
640263.506011862
640263.506011862
640263.506011862
640263.506011862
448652.837441687
448652.837441687
448652.837441687
448652.837441687
448652.837441687
448652.837441687
448652.837441687
448652.837441687
448652.837441687
448652.837441687
448652.837441687
448652.837441687
448652.837441687
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
458431.832275483
106182.874382966
106182.874382966
106182.874382966
106182.874382966
106182.874382966
106182.874382966
106182.874382966
106182.874382966
815227.239908001
815227.239908001
815227.239908001
815227.239908001
815227.239908001
815227.239908001
815227.239908001
815227.239908001
815227.239908001
815227.239908001
815227.239908001
815227.239908001
815227.239908001
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
689041.96730317
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
137690.134165872
137690.134165872
272557.254815989
272557.254815989
272557.254815989
272557.254815989
272557.254815989
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
272557.254815989
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
137690.134165872
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
137690.134165872
938240.88958369
137690.134165872
137690.134165872
938240.88958369
938240.88958369
938240.88958369
137690.134165872
137690.134165872
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
938240.88958369
notice, a 14 digit number. WHat are the odds of that coming out the same way more than 20 times. I was hoping someone could explain this to me. Are the scripts interfeering with each other somehow, using the same memory space or something?
Simon
[Non-text portions of this message have been removed]