Home
last modified time | relevance | path

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

/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.cpp40 #define NRAND(n) ((int) (LRAND() % (n))) macro
116 if (NRAND(2)) in gauss_rand()
182 i = (NRAND(4)) + 2; in IFS()
242 Fractal->Col = NRAND(Fractal->Width * Fractal->Height - 1) + 1; in IFS()