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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
AbstractRandomGenerator.java 109 int randInt = nextInt();
112 randInt = randInt >> 8;
114 bytes[bytesOut++] = (byte) randInt;
  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 61 inline unsigned randInt( RNG& rng )

Completed in 499 milliseconds