HomeSort by relevance Sort by last modified time
    Searched full:floatrand (Results 1 - 1 of 1) sorted by null

  /external/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp 108 double floatRand = static_cast<double>(rand()) / RAND_MAX;
111 floatRand -= 0.5;
116 return static_cast<Type>(floatRand * std::numeric_limits<Type>::max());

Completed in 66 milliseconds