프로그램에서 항상 변화하는 것 : 시간
#include<time.h> srand((unsigend_int)time(0)); cout << rand() << '\n'; // XX.XX cout << (rand() % 10000 / 100.0f) << '\n';