Ask your own question, for FREE!
Mathematics 17 Online
OpenStudy (anonymous):

What is the mathematical basis for those Random Number Generators?

OpenStudy (anonymous):

which are not truly 'random', but pseudorandom

OpenStudy (mathteacher1729):

Depends on the random number generator in question.

OpenStudy (anonymous):

like the C standard library's rand() function

OpenStudy (anonymous):

They all use a "seed", which biases the randomness.

OpenStudy (anonymous):

but after that, how are the numbers themselves generated? is it like an equation?

OpenStudy (mathteacher1729):

Relevant quote: "Any one who considers arithmetical methods of producing random digits is, of course, in a state of sin." -- John Von Neumann

OpenStudy (anonymous):

Yes, it is a set of equations. Each time, the seed changes, so the next time, you get a different number. Again, it is not quite random. But, serves some purposes.

OpenStudy (anonymous):

is it possible to predict it if it depends on time? why not?

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!