Searched refs:GEN_rand (Results 1 – 4 of 4) sorted by relevance
28 SIMD_FORCE_INLINE unsigned int GEN_rand() { return genrand_int32(); } in GEN_rand() function37 SIMD_FORCE_INLINE unsigned int GEN_rand() { return rand(); } in GEN_rand() function
334 public static long GEN_rand() { in GEN_rand() method in LinearMath335 return LinearMathJNI.GEN_rand(); in GEN_rand()
307 public final static native long GEN_rand(); in GEN_rand() method in LinearMathJNI
8672 result = (unsigned int)GEN_rand(); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_GEN_1rand()