Random.org True random c++ -
before yells "check forums" duplicate answers did try , couldn't find any.
i trying make dice rolling console application in c++ , need implement true random numbers (yes true not pseudo) proving difficult...as sure lecturer intended.
i have heard random.org has c++ library link can find broken , cant seem find documentation on it.
i trying allow user select dice 4, 6, 8 10 , 20 sided dice , roll 1-100 of selected die. results displayed.
does know how can access random numbers between x-y random.org or similar?
thanks!
the url in link c++ library on random.org http client archive page malformed. it's supposed point doughague/random-dot-org on github. can use access real random number data generated via atmospheric noise.
Comments
Post a Comment