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

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
RandomTest.java 252 Random random2 = new Random(); local
253 assertFalse(random1.nextLong() == random2.nextLong());
  /external/eigen/unsupported/test/mpreal/
mpreal.h 458 friend const mpreal random2 (mp_size_t size, mp_exp_t exp);
2340 inline const mpreal random2 (mp_size_t size, mp_exp_t exp) function in namespace:mpfr
    [all...]

Completed in 5512 milliseconds