Searched refs:Int2I (Results 1 – 1 of 1) sorted by relevance
344 #define Int2I(x) ((Rand64)(x)) macro506 static Rand64 Int2I (lua_Unsigned n) { in Int2I() function594 state[0] = Int2I(n1); in setseed()595 state[1] = Int2I(0xff); /* avoid a zero state */ in setseed()596 state[2] = Int2I(n2); in setseed()597 state[3] = Int2I(0); in setseed()