MagickCore  6.9.11-60
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

◆ RandomInfo

typedef struct _RandomInfo RandomInfo

Function Documentation

◆ AcquireRandomInfo()

MagickExport RandomInfo* AcquireRandomInfo ( void  )

◆ DestroyRandomInfo()

◆ GetPseudoRandomValue()

MagickExport double GetPseudoRandomValue ( RandomInfo magick_restrict)

◆ GetRandomKey()

◆ GetRandomSecretKey()

◆ GetRandomValue()

MagickExport double GetRandomValue ( RandomInfo )

◆ RandomComponentGenesis()

MagickExport MagickBooleanType RandomComponentGenesis ( void  )

◆ RandomComponentTerminus()

MagickExport void RandomComponentTerminus ( void  )

◆ SeedPseudoRandomGenerator()

MagickExport void SeedPseudoRandomGenerator ( const unsigned long  )

◆ SetRandomKey()

MagickExport void SetRandomKey ( RandomInfo ,
const  size_t,
unsigned char *   
)

◆ SetRandomSecretKey()

MagickExport void SetRandomSecretKey ( const unsigned long  )

◆ SetRandomTrueRandom()

MagickExport void SetRandomTrueRandom ( const  MagickBooleanType)

References gather_true_random.