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

  /system/connectivity/shill/
ip_address_store.cc 68 std::uniform_int_distribution<int> uniform_rand(0, ip_addresses_.size() - 1);
69 int index = uniform_rand(random_engine_);
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 523 static double uniform_rand() { function in namespace:android
602 double r = uniform_rand();
619 (int64_t)(uniform_rand() * durationUs);

Completed in 98 milliseconds