Home
last modified time | relevance | path

Searched refs:atcrandom_uniform (Results 1 – 1 of 1) sorted by relevance

/openbsd/games/atc/
H A Dupdate.c66 atcrandom_uniform(uint32_t upper_bound) in atcrandom_uniform() function
227 if (atcrandom_uniform(sp->newplane_time) == 0) in update()
323 p.plane_type = atcrandom_uniform(2); in addplane()
326 rnd = atcrandom_uniform(num_starts); in addplane()
339 while ((rnd2 = atcrandom_uniform(num_starts)) == rnd) in addplane()