18 #ifndef MAGICKCORE_RANDOM__H 19 #define MAGICKCORE_RANDOM__H 23 #if defined(__cplusplus) || defined(c_plusplus) 55 #if defined(__cplusplus) || defined(c_plusplus) MagickExport void SetRandomTrueRandom(const MagickBooleanType)
Definition: random.c:984
MagickExport void SetRandomSecretKey(const unsigned long)
MagickExport void SetRandomKey(RandomInfo *, const size_t, unsigned char *)
MagickExport unsigned long GetRandomSecretKey(const RandomInfo *)
Definition: random.c:743
MagickBooleanType
Definition: magick-type.h:158
MagickExport RandomInfo * AcquireRandomInfo(void)
MagickExport StringInfo * GetRandomKey(RandomInfo *, const size_t)
Definition: random.c:710
MagickExport RandomInfo * DestroyRandomInfo(RandomInfo *)
Definition: random.c:274
MagickExport double GetPseudoRandomValue(RandomInfo *)
Definition: random.c:610
MagickExport double GetRandomValue(RandomInfo *)
#define MagickExport
Definition: method-attribute.h:80