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 -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -