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