random_.h File Reference

#include "MagickCore/string_.h"

Go to the source code of this file.

Typedefs

typedef struct _RandomInfo RandomInfo

Functions

MagickExport double GetRandomValue (RandomInfo *)
MagickExport double GetPseudoRandomValue (RandomInfo *magick_restrict)
MagickExport RandomInfoAcquireRandomInfo (void)
MagickExport RandomInfo ** DestroyRandomInfo (RandomInfo *)
MagickExport StringInfoGetRandomKey (RandomInfo *, const size_t)
MagickExport unsigned long GetRandomSecretKey (const RandomInfo *)
MagickExport void SetRandomKey (RandomInfo *, const size_t, unsigned char *)
MagickExport void SetRandomSecretKey (const unsigned long)
MagickExport void SetRandomTrueRandom (const MagickBooleanType)

Typedef Documentation

typedef struct _RandomInfo RandomInfo

Function Documentation

MagickExport RandomInfo* AcquireRandomInfo ( void   ) 
MagickExport RandomInfo* * DestroyRandomInfo ( RandomInfo  ) 
MagickExport double GetPseudoRandomValue ( RandomInfo magick_restrict  ) 
MagickExport StringInfo* GetRandomKey ( RandomInfo ,
const   size_t 
)
MagickExport unsigned long GetRandomSecretKey ( const RandomInfo  ) 
MagickExport double GetRandomValue ( RandomInfo  ) 
MagickExport void SetRandomKey ( RandomInfo ,
const   size_t,
unsigned char *   
)
MagickExport void SetRandomSecretKey ( const unsigned long   ) 
MagickExport void SetRandomTrueRandom ( const   MagickBooleanType  ) 

References gather_true_random.


Generated on 21 Sep 2020 for MagickCore by  doxygen 1.6.1