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

  /packages/inputmethods/LatinIME/native/jni/tests/suggest/core/dictionary/
bloom_filter_test.cpp 40 auto randomNumberGenerator = std::bind(distribution, std::mt19937());
42 elements.push_back(randomNumberGenerator());
  /external/chromium_org/third_party/WebKit/Source/wtf/
CryptographicallyRandomNumber.cpp 168 AtomicallyInitializedStatic(ARC4RandomNumberGenerator*, randomNumberGenerator = new ARC4RandomNumberGenerator);
169 return *randomNumberGenerator;

Completed in 2454 milliseconds