I'm a newbie at C++, but no stranger to other programming languages. I'm
working on my first C++ program (besides "hello world" and the like),
and it needs to generate a (pseudo-)random number between 1 and 10. What
would be the simplest way to do that? All of the libraries I found on
Google seemed to be made for rocket scientists.
working on my first C++ program (besides "hello world" and the like),
and it needs to generate a (pseudo-)random number between 1 and 10. What
would be the simplest way to do that? All of the libraries I found on
Google seemed to be made for rocket scientists.
Comment