Take a look at Linear Congruential Generator<http://en.wikipedia.org/wiki/Linear_congruential_generator> algorithm for generating pseudo random numbers.
On 25 October 2012 16:58, bharat b <[email protected]> wrote: > I heard that LINUX uses our past time mouse movement and keys pressed at > time and something else to generate a random number. > > > On Thu, Oct 25, 2012 at 4:07 PM, Anuj Khandelwal < > [email protected]> wrote: > >> hey all, >> Any idea to generate random number without using rand() function call ? >> Any algorithms for random number generation ? >> >> -- >> Anuj Khandelwal >> Final Year Undergraduate Student >> Department of Computer Engineering >> Malaviya National Institute of Technology, Jaipur >> India >> +91-9784678325 >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Algorithm Geeks" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/algogeeks?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
