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

  /frameworks/ml/nn/runtime/test/
TestOpenmpSettings.cpp 68 std::mt19937 randGen;
71 const int sleepFor = rand(randGen);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
GeneticAlgorithm.java 145 RandomGenerator randGen = getRandomGenerator();
152 if (randGen.nextDouble() < getCrossoverRate()) {
158 if (randGen.nextDouble() < getMutationRate()) {
  /prebuilts/tools/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/
firebase-client-jvm-2.5.2.jar 

Completed in 112 milliseconds