int Rand_Cur()
{
static int nRand;
if(nRand == 0)
{
nRand= time(NULL);
}
nRand= 69069 * nRand+ 1;
return nRand
}
'Development > C/C++' 카테고리의 다른 글
버퍼 오버플로우(buffer overflow) (0) | 2011.08.13 |
---|---|
멀티바이트와 유니코드 차이점 및 컴파일러 차이점 (0) | 2011.08.13 |
랜덤함수 C Source (0) | 2011.08.13 |
디버깅용 콘솔창을 띄우자.(자바 콘솔 맹키로...) (0) | 2011.08.13 |
도스&콘솔 프로그램 관련(창안띄우기,StdOut, Wait) (0) | 2011.08.13 |
안정적인 DNS서비스 DNSEver