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
Post a Comment