HomeSort by: relevance | last modified time | path
    Searched defs:drandom (Results 1 - 2 of 2) sorted by relevancy

  /src/games/phantasia/
setup.c 31 double drandom(void);
48 / fgets(), floor(), srandom(), umask(), drandom(), strcpy(), getuid(),
253 / FUNCTION NAME: drandom()
274 drandom(void)
271 drandom(void) function in typeref:typename:double
misc.c 240 if (drandom() < 0.02)
263 if (drandom() < 0.02)
280 if (drandom() < 0.02)
283 if (drandom() * numitems > Player.p_level / 10.0
309 if (drandom() < 0.02)
326 if (drandom() < 0.02)
349 if (drandom() < 0.02)
370 if (drandom() < 0.02)
400 ROLL(Circle * 20.0, 40.0), (drandom() < 0.5) ? "him" : "her");
1012 drandom(void function in typeref:typename:double
    [all...]

Completed in 13 milliseconds