This commit is contained in:
tTh 2019-04-01 20:44:54 +02:00
부모 7df1e54e6b
커밋 024172e2e4
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -14,16 +14,15 @@
extern int verbosity;
/* --------------------------------------------------------------- */
/* maybe not a really goof initialisation... */
int seed_my_rand(int foo)
{
long v1, v2;
v1 = getpid(); v2 = time(NULL);
return v1 ^ v2;
}
/* --------------------------------------------------------------- */
int random1000(int type)
{
int value;