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

  /src/games/ching/castching/
castching.c 68 static unsigned getrand(void);
120 * Get a number more random than what getrand() gives.
125 return((getrand())>>(getrand()%17));
132 getrand(void) function in typeref:typename:unsigned
castching.c 68 static unsigned getrand(void);
120 * Get a number more random than what getrand() gives.
125 return((getrand())>>(getrand()%17));
132 getrand(void) function in typeref:typename:unsigned
castching.c 68 static unsigned getrand(void);
120 * Get a number more random than what getrand() gives.
125 return((getrand())>>(getrand()%17));
132 getrand(void) function in typeref:typename:unsigned

Completed in 39 milliseconds