18 #ifndef MAGICKCORE_RANDOM__H 19 #define MAGICKCORE_RANDOM__H 23 #if defined(__cplusplus) || defined(c_plusplus) 60 #if defined(__cplusplus) || defined(c_plusplus) MagickExport void SetRandomTrueRandom(const MagickBooleanType)
Definition: random.c:992
MagickExport void SetRandomSecretKey(const unsigned long)
MagickExport void SeedPseudoRandomGenerator(const unsigned long)
MagickExport void SetRandomKey(RandomInfo *, const size_t, unsigned char *)
MagickExport unsigned long GetRandomSecretKey(const RandomInfo *)
Definition: random.c:745
MagickBooleanType
Definition: magick-type.h:189
MagickExport RandomInfo * AcquireRandomInfo(void)
MagickExport StringInfo * GetRandomKey(RandomInfo *, const size_t)
Definition: random.c:712
MagickExport RandomInfo * DestroyRandomInfo(RandomInfo *)
Definition: random.c:272
MagickExport double GetPseudoRandomValue(RandomInfo *)
Definition: random.c:612
MagickExport double GetRandomValue(RandomInfo *)
#define MagickExport
Definition: method-attribute.h:98
MagickExport MagickBooleanType RandomComponentGenesis(void)
Definition: random.c:802
MagickExport void RandomComponentTerminus(void)