본문 바로가기

카테고리 없음

C srad() rand() 랜덤함수

#include <time.h>

 
 srand(time(NULL));  // rand 함수 초기화 시켜줌..
 
   a= rand() % 100;