Daily Archives: 2008年1月1日

C++でMIN以上MAX未満の乱数を生成

ソースコード #include <ctime> // for time() #include <cstdlib> // for srand(), rand() #include <iostr … Continue reading

Posted in C/C++ | Tagged , | Leave a comment