SENS
Programming Note
분류 전체보기
(517)
CS
(110)
Fundamentals
(39)
Concepts and Techniques
(42)
Parallel & Distributed computi..
(8)
References
(21)
Dev
(154)
Windows
(28)
Linux
(24)
Android
(2)
Python
(19)
Ruby
(2)
Lua
(6)
HTML, CSS, Javascript
(17)
uncategorized
(56)
Security
(7)
Exploit
(1)
Network Packet Analysis
(6)
Snippets
(240)
Interesting
(122)
Films
(15)
English
(4)
uncategorized
(99)
Yesterday
/
Today
/
Total
[C/C++] 난수 발생 코드
2013. 3. 2. 01:10
C++로 랜덤 숫자 만들기
#include <time.h> int randomValue() { srand((unsigned int)time(NULL)); return (rand() % 100); }
공유하기
게시글 관리
SENS
저작자표시
비영리
변경금지
티스토리툴바