+ 1
How to find random variable from array in c++
For example, i have variables a, b and c. I do array arr[3] = {a, b, c]}. So, how i can find random variable?
10 ответов
+ 3
On google?
+ 3
google.com/search?q=c%2B%2B+random
+ 2
Just look at the <random> header.
+ 2
Nomeh Uchenna Gabriel That's the C way of generating random numbers. The C++11 way would be the <random> header.
0
Thanks!
0
Ok, where can i find something about this?
0
About <random> header
0
Ok
0
Ok, thx