HomeSort by relevance Sort by last modified time
    Searched defs:GEN_rand (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btRandom.h 28 SIMD_FORCE_INLINE unsigned int GEN_rand() { return genrand_int32(); }
37 SIMD_FORCE_INLINE unsigned int GEN_rand() { return rand(); }
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMath.java 334 public static long GEN_rand() {
335 return LinearMathJNI.GEN_rand();
LinearMathJNI.java 307 public final static native long GEN_rand();
    [all...]

Completed in 36 milliseconds