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

  /src/games/arithmetic/
arithmetic.c 87 static int getrandom(int, int, int);
201 right = getrandom(rangemax + 1, op, 1);
206 left = getrandom(rangemax + 1, op, 0);
210 result = getrandom(rangemax + 1, op, 0);
214 left = getrandom(rangemax + 1, op, 0);
218 right = getrandom(rangemax, op, 1) + 1;
219 result = getrandom(rangemax + 1, op, 0);
324 getrandom(int maxval, int op, int operand) function in typeref:typename:int
arithmetic.c 87 static int getrandom(int, int, int);
201 right = getrandom(rangemax + 1, op, 1);
206 left = getrandom(rangemax + 1, op, 0);
210 result = getrandom(rangemax + 1, op, 0);
214 left = getrandom(rangemax + 1, op, 0);
218 right = getrandom(rangemax, op, 1) + 1;
219 result = getrandom(rangemax + 1, op, 0);
324 getrandom(int maxval, int op, int operand) function in typeref:typename:int

Completed in 25 milliseconds