Searched refs:ran (Results 1 – 2 of 2) sorted by relevance
532 static lua_Unsigned project (lua_Unsigned ran, lua_Unsigned n, in project() argument535 return ran & n; /* no bias */ in project()550 while ((ran &= lim) > n) /* project 'ran' into [0..lim] */ in project()551 ran = I2UInt(nextrand(state->s)); /* not inside [0..n]? try again */ in project()552 return ran; in project()
64 > to download the needed files from the original site each time it is ran?
Completed in 7 milliseconds