Home | History | Annotate | Download | only in functional

Lines Matching full:rnd

429 	deRandom rnd;
430 deRandom_init(&rnd, deStringHash(getName()));
436 int x = deRandom_getUint32(&rnd) % xMax;
437 int y = deRandom_getUint32(&rnd) % yMax;