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

  /external/ImageMagick/MagickCore/
random.c 773 % GetRandomValue() return a non-negative double-precision floating-point
777 % The format of the GetRandomValue method is:
779 % double GetRandomValue(void)
782 MagickExport double GetRandomValue(RandomInfo *random_info)
    [all...]
methods.h     [all...]
  /external/libprotobuf-mutator/src/
mutator_test.cc 246 int32_t MutateInt32(int32_t value) override { return GetRandomValue(); }
247 int64_t MutateInt64(int64_t value) override { return GetRandomValue(); }
249 return fabs(GetRandomValue());
252 return fabs(GetRandomValue());
254 float MutateFloat(float value) override { return GetRandomValue(); }
255 double MutateDouble(double value) override { return GetRandomValue(); }
263 float GetRandomValue() {

Completed in 272 milliseconds