Searched refs:Int2I (Results 1 – 1 of 1) sorted by relevance
364 #define Int2I(x) ((Rand64)(x)) macro524 static Rand64 Int2I (lua_Unsigned n) { in Int2I() function612 state[0] = Int2I(n1); in setseed()613 state[1] = Int2I(0xff); /* avoid a zero state */ in setseed()614 state[2] = Int2I(n2); in setseed()615 state[3] = Int2I(0); in setseed()