mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-06-08 15:37:13 +02:00
...
This commit is contained in:
+2
-1
@@ -607,7 +607,8 @@ static StringInfo *GenerateEntropicChaos(RandomInfo *random_info)
|
||||
% o random_info: the random info.
|
||||
%
|
||||
*/
|
||||
MagickExport double GetPseudoRandomValue(RandomInfo *random_info)
|
||||
MagickExport double GetPseudoRandomValue(
|
||||
RandomInfo *magick_restrict random_info)
|
||||
{
|
||||
#define RandomROTL(x,k) (((x) << (k)) | ((x) >> (64-(k))))
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ typedef struct _RandomInfo
|
||||
*/
|
||||
extern MagickExport double
|
||||
GetRandomValue(RandomInfo *),
|
||||
GetPseudoRandomValue(RandomInfo *);
|
||||
GetPseudoRandomValue(RandomInfo *magick_restrict);
|
||||
|
||||
extern MagickExport RandomInfo
|
||||
*AcquireRandomInfo(void),
|
||||
|
||||
Reference in New Issue
Block a user