Home
last modified time | relevance | path

Searched refs:GetRandomValue (Results 1 – 4 of 4) sorted by relevance

/external/libprotobuf-mutator/src/
Dmutator_test.cc246 int32_t MutateInt32(int32_t value) override { return GetRandomValue(); } in MutateInt32()
247 int64_t MutateInt64(int64_t value) override { return GetRandomValue(); } in MutateInt64()
249 return fabs(GetRandomValue()); in MutateUInt32()
252 return fabs(GetRandomValue()); in MutateUInt64()
254 float MutateFloat(float value) override { return GetRandomValue(); } in MutateFloat()
255 double MutateDouble(double value) override { return GetRandomValue(); } in MutateDouble()
263 float GetRandomValue() { in GetRandomValue() function in protobuf_mutator::ReducedTestMutator
/external/ImageMagick/MagickCore/
Drandom_.h37 GetRandomValue(RandomInfo *),
Drandom.c768 MagickExport double GetRandomValue(RandomInfo *random_info) in GetRandomValue() function
Dmethods.h531 #define GetRandomValue PrependMagickMethod(GetRandomValue) macro