Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I have a new challenge
#15
<digs notes out on random variables>

I cant find all my notes at the moment, but from memory random variables are generated from fairly simple algorithms using very large prime numbers. The main goals of a good random variable generator are to have a large cycle length and for each value to have statistical independance from the others (ie cant make predictions about the next number given the last few).

Of course no algorithmic generator can ever produce truely random numbers (because its based on a formula), but if the cycle length is long enough and statistical independance is achieved then it becomes difficult or impossible to tell that the sequence isnt random.

Quote:I'll skip over the fact that you can't ever generate truely random numbers

Thats not entirely true, it is accurate if you are refering to random numbers generated with computers which are usually formula based and use the timer to generate a seed value, however there have been studies done in using natural or real world phenomena to generate random numbers. I have seen work done with random numbers generated by using a digital camera and a lava-lamp, the pictures were assigned a unique number by combining the values of each pixel. The numbers generated will have a finite cycle length, but a lava-lamp doesn't obey any formula for its behaviour so theoritcally the numbers should be completely random. Other studies have done similar experiments with other objects as random number generators.
esus saves.... Passes to Moses, shoots, he scores!
Reply


Messages In This Thread
I have a new challenge - by Oz - 03-29-2003, 02:49 AM
I have a new challenge - by toonski84 - 03-29-2003, 03:15 AM
I have a new challenge - by Hexadecimal Disaster - 03-29-2003, 07:56 AM
I have a new challenge - by oracle - 03-31-2003, 05:27 AM
Sorry - by Oz - 04-01-2003, 09:52 PM
I have a new challenge - by oracle - 04-02-2003, 08:21 AM
Re: Sorry - by relsoft - 04-02-2003, 09:57 AM
I have a new challenge - by Neo - 04-02-2003, 02:31 PM
Randomize Timer - by BinarySHOCK - 04-03-2003, 09:56 AM
rand - by aphex - 04-03-2003, 03:08 PM
I have a new challenge - by Hexadecimal Disaster - 04-04-2003, 04:36 AM
I have a new challenge - by Agamemnus - 04-04-2003, 09:28 AM
I have a new challenge - by oracle - 04-04-2003, 11:00 AM
I have a new challenge - by LooseCaboose - 04-05-2003, 11:20 AM
I have a new challenge - by oracle - 04-05-2003, 12:53 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)