If I made a program, and I wanted a random number.
I know it's not compleatly possible, since it takes numbers out of the ram.
Although there must be worse and better ways to do this.
What are the better ways do do it.
Peter_36 0 Newbie Poster
Recommended Answers
Jump to PostI love this topic. Random number generation is not only well discussed but then you have dozens of different kinds of random.
Are you aware of TRNGs and PRNGs?
https://en.wikipedia.org/wiki/List_of_random_number_generatorsOne of my …
Jump to PostI helped a guy create a random number generator that kept track of keypress and mouse move/click times and some other "sorta kinda mostly might as well be random" stuff. He was gonna keep going with the project and do a bunch of statistical tests to see if it was …
All 8 Replies
rproffitt 2,701 https://5calls.org Moderator
AssertNull 1,094 Practically a Posting Shark
rproffitt 2,701 https://5calls.org Moderator
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
AssertNull 1,094 Practically a Posting Shark
rproffitt commented: 1. Smart guy. 2. I see what you did there. +0
AssertNull 1,094 Practically a Posting Shark
rproffitt commented: I think I should note the old way next. +0
rproffitt 2,701 https://5calls.org Moderator
AssertNull 1,094 Practically a Posting Shark
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.