Home
last modified time | relevance | path

Searched refs:GEN_rand (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtRandom.h28 SIMD_FORCE_INLINE unsigned int GEN_rand() { return genrand_int32(); } in GEN_rand() function
37 SIMD_FORCE_INLINE unsigned int GEN_rand() { return rand(); } in GEN_rand() function
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DLinearMath.java334 public static long GEN_rand() { in GEN_rand() method in LinearMath
335 return LinearMathJNI.GEN_rand(); in GEN_rand()
DLinearMathJNI.java307 public final static native long GEN_rand(); in GEN_rand() method in LinearMathJNI
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
Dlinearmath_wrap.cpp8672 result = (unsigned int)GEN_rand(); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_GEN_1rand()