Searched defs:GetRandomKey (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Drandom.c230 key=GetRandomKey(random_info,sizeof(random_info->secret_key));
714 % GetRandomKey() gets a random key from the reservoir.
716 % The format of the GetRandomKey method is:
718 % StringInfo *GetRandomKey(RandomInfo *random_info,const size_t length)
727 MagickExport StringInfo *GetRandomKey(RandomInfo *random_info,
715 MagickExport StringInfo *GetRandomKey(RandomInfo *random_info, function
H A Dmethods.h576 #define GetRandomKey PrependMagickMethod(GetRandomKey) macro

Completed in 269 milliseconds