OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRandomValue
(Results
1 - 4
of
4
) sorted by null
/external/ImageMagick/MagickCore/
random_.h
37
GetRandomValue
(RandomInfo *),
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 144 milliseconds