![]() |
| | #1 |
| Registered User Join Date: Nov 2006
Posts: 19
| Will we ever have truly random numbers? |
| jalnewbie is offline | |
| | #2 |
| MENTAL DETECTOR Join Date: Apr 2006 Location: United States
Posts: 3,278
| > Will it ever be posible to generate truly random numbers? Not at long as computers are using math to do it. This is why computers are so much better at taking an ordered series and putting it in random order. But if they were measuring something ... http://random.org/ |
| whiteflags is offline | |
| | #3 |
| Registered User Join Date: Nov 2006
Posts: 19
| excellent point I hadn't thought about it like that. I guess you don't have to go as complicated as chaotic signals to produce a random number. |
| jalnewbie is offline | |
| | #4 |
| Fear the Reaper... Join Date: Aug 2005 Location: Toronto, Ontario, Canada
Posts: 625
| The idea though I think is for most applications, pseudo-randomness will suffice, so long as the generator is built properly.
__________________ Teacher: "You connect with Internet Explorer, but what is your browser? You know, Yahoo, Webcrawler...?" It's great to see the educational system moving in the right direction |
| Happy_Reaper is offline | |
| | #5 |
| Call me AirBronto Join Date: Sep 2004 Location: Indianapolis, Indiana
Posts: 195
| the only way to get a real random number would to be record a physical events out come, so you would have to have a physical thing happen in your computer, then you would have to have a way to confine its spectrum and then read is from sensors. this would have to be a special part in a computer so it is not worth it if possible. |
| loopshot is offline | |
| | #6 |
| Registered User Join Date: Nov 2006
Posts: 19
| I agree the scope of the app determines the randomness A pseudorandom number is indeed sufficient for most applications. Nevertheless it is interesting to play with the idea of using a source of enthropy to generate truly random numbers (I read about the concept just now at www.random.org, thanks a bunch for posting it). One goes through high school toiling through classes and topics with no apparent relation to computers (Physics > Enthropy, for example) and then, surprise! Just makes me love programming all the more and makes me feel like part of the tao that we seem to be a part of. |
| jalnewbie is offline | |
| | #7 | |
| Registered User Join Date: Jun 2005
Posts: 1,433
| Quote:
Pseudo-random values are often more than sufficient for most applications. Even a poor quality generator is often more than sufficient. | |
| grumpy is offline | |
| | #8 |
| and the hat of Jobseeking Join Date: Aug 2001 Location: The edge of the known universe
Posts: 21,636
| That's entropy man. http://en.wikipedia.org/wiki//dev/random Or you can do it with bits of hardware http://en.wikipedia.org/wiki/Hardwar...mber_generator ISTR some of the later Intel CPUs have this capability. |
| Salem is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| questions....so many questions about random numbers.... | face_master | C++ Programming | 2 | 07-30-2009 08:47 AM |
| Doubts regarding random numbers generation | girish1026 | C Programming | 9 | 12-31-2008 10:47 PM |
| random numbers limit | HAssan | C Programming | 9 | 12-06-2005 07:51 PM |
| Generate random numbers in Lucky7 project using C# | Grayson_Peddie | C# Programming | 1 | 04-11-2003 11:03 PM |
| random numbers | lil_plukyduck | C++ Programming | 5 | 01-14-2003 10:14 PM |