QuestionHub gathers questions from leading sites, helping you to quickly and effectively find answers.

We’ve Updated

QuestionHub 2.0 has been launched!
Click here to read about our changes!

About Us

QuestionHub is a one-stop shop for finding all things Q&A online. Use QuestionHub as a starting point when searching for answers online!

Home > Engineering > What is meant by a pseudo seed?I tried google.But could not get the actual random number generator with a idea?

Question:

What is meant by a pseudo random number generator with a seed?I tried google.But could not get the actual idea?
What is meant by a pseudo random number generator with a seed?I tried google.But could not get the actual idea?
What is meant by a pseudo seed?I tried google.But could not get the actual random number generator with a idea?

http://answers.yahoo.com/question/?qid=20090706124623AAUSN3U



See Related Questions There are 3 answers to this question.

Answers:

Wikipedia is your friend.
Reference: http://en.wikipedia.org/wiki/Random_numb er_generation

Best Answer
Here is another site that is helpful.

http://www.math.utah.edu/~pa/Random/Rand om.html

A true random number generator would good job of looking like they're random.

One ramification of the way that pseudo random number generators are built is that if you give the algorithm a particular starting value (the 'seed') to produce a series of numbers and then you restart the algorithm, providing the same seed number, the generator will produce exactly the same series of numbers. This is not a desirable property, Most of the time it is handled by feeding the algorithm a seed number based on some portion of the system clock, resulting in a somewhat randomized starting point for the algorithm.

Another undesirable, but unavoidable, consequence of the way these algorithms are built is that certain numbers will _never_ be generated. How many numbers get skipped and how frequently the algorithm repeats itself are two measures of how good of a random number generator you have. One notoriously bad generator was produced by IBM (see http://physics.ucsc.edu/~peter/242/randu .pdf). So you do have to be careful which generator you pick if randomness is actually important for your application.

Donald Knuth is a well known authority on the subject. Here are a few comments need some sort of random, such as a radioactive decay inconvenient to work with,

But there exist some simple little as good as a true number generators. 'Pseudo' because they aren't really random; they just do a fairly process. Those tend to be somewhat occurrence on which to operate random number generator. They are called pseudo random algorithms that produce results almost
from him: http://www.eng.auburn.edu/csse/classes/c omp7440/lessons/Random_Numbers.pdf

See also http://random.mat.sbg.ac.at/literature/


Related Questions

Reversible pseudo-random sequence generator I would like some sort of method to create a fairly long sequence of random numbers that I can flip through backwards and forwards. Like a machine with "next" and "previous" b...

Reverse - 100 days ago - 4 Answers

Can anyone explain the use of pseudo-random number generator in invisible digital watermarking? Can anyone explain the use of get a clear idea about it. Also what does the term pseudo-random number generator in invisible digital watermarking? Can anyone help me to seed i...

Engineering - 426 days ago - 1 Answer

a good and creative pseudo random number generator java code needed / urgent. Best gets 10 points :))? a good and creative pseudo random / urgent. Best gets 10 points :))? tried anyting i could but number generator java code needed couldnt figure out how to make one, i did comp...

Programming & Design - 477 days ago - 1 Answer

How can I assign names to some numbers to feed them into a random number generator as variables Hi, I need some assistance here. import urllib2 pen = urllib2.Request("http://silasanio.appspo t.com/mean_stdev") response = urllib2.urlopen(pen) f = response.read() print f ...

Python - 28 days ago - 0 Answers

Which is the best random number generator seed? Which is the best random number generator seed?

Mathematics - 1,577 days ago - 2 Answers

Want to implement login security using those random number generator security dongles. I don't know what these are called secure log-in system so that when logging in we want to ask want to do: We want to implement a best I can what we, so I will explain as for...

Security - 15 days ago - 0 Answers

 
 
QuestionHub gathers questions from leading sites , helping you to quickly and effectively find answers.