Home | History | Annotate | Download | only in qemu

Lines Matching full:rand

1880     srand(time(NULL)+getpid()+getpid()*987654+rand());
1883 vs->challenge[i] = (int) (256.0*rand()/(RAND_MAX+1.0));