MagickCore  6.9.12-19
Convert, Edit, Or Compose Bitmap Images
random_.h File Reference
#include "magick/string_.h"
Include dependency graph for random_.h:
This graph shows which files directly or indirectly include this file:

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 MagickBooleanType RandomComponentGenesis (void)
 
MagickExport RandomInfoAcquireRandomInfo (void)
 
MagickExport RandomInfoDestroyRandomInfo (RandomInfo *)
 
MagickExport StringInfoGetRandomKey (RandomInfo *, const size_t)
 
MagickExport unsigned long GetRandomSecretKey (const RandomInfo *)
 
MagickExport void RandomComponentTerminus (void)
 
MagickExport void SeedPseudoRandomGenerator (const unsigned long)
 
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 double GetPseudoRandomValue ( RandomInfo magick_restrict)
MagickExport double GetRandomValue ( RandomInfo )
MagickExport MagickBooleanType RandomComponentGenesis ( void  )
MagickExport void RandomComponentTerminus ( void  )
MagickExport void SeedPseudoRandomGenerator ( const unsigned long  )
MagickExport void SetRandomKey ( RandomInfo ,
const size_t  ,
unsigned char *   
)
MagickExport void SetRandomSecretKey ( const unsigned long  )
MagickExport void SetRandomTrueRandom ( const MagickBooleanType  )

References gather_true_random.