in reply to RE: RE: Re: Random Numbers
in thread Random Numbers
| And its pretty impossible to get a "truely" random
| number from a computer
Actually, it is quite possible to do so and it is done quite frequently. A popular way is from timing events, such as a user's input into the keyboard. (It's generating the seed that is a real issue.) Using good old unreliable human input works quite nicely :).
Point taken that it is good enough for this example (as long as srand is used, of course!)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Random Numbers
by Bod (Parson) on Feb 10, 2024 at 22:30 UTC |