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

  /external/chromium_org/base/metrics/
field_trial.cc 59 double entropy_value)
63 random_(static_cast<Probability>(divisor_ * entropy_value)),
292 double entropy_value; local
294 entropy_value = GetEntropyProviderForOneTimeRandomization()->
299 entropy_value = RandDouble();
303 default_group_name, entropy_value);
field_trial.h 214 // be done based on |entropy_value|, which must have a range of [0, 1).
218 double entropy_value);
  /external/chromium_org/chrome/common/metrics/
entropy_provider_unittest.cc 152 const double entropy_value = entropy_generator.GenerateEntropyValue(); local
153 const size_t bucket = static_cast<size_t>(kBucketCount * entropy_value);

Completed in 215 milliseconds