Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
乱数が必要な場合はsrand、シードを初期化するために 1 回使用し、その後 を使用できますrand。を使用してシードする必要があるのはなぜsrandですか? たとえば、srand(time(Null));単に使用できませんrand() % 99999か? これらの機能の概念に何か欠けていますか?
srand
rand
srand(time(Null));
rand() % 99999