c++11 - Basic C++ Pseudo-Random Number Generation -


i learning c++ , able generate pseudo-random numbers. aware can #include <random> seems if still unstable (i not work.) on matter appreciated. thanks.

according this question, #include <random> c++11 header. might want check if compiler supports it, , proper flags set.

otherwise, have looked @ rand()? should enough basic random numbers.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -