mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-25 11:24:54 +02:00
...
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ MagickExport RandomInfo *AcquireRandomInfo(void)
|
||||
random_info->reservoir=AcquireStringInfo(GetSignatureDigestsize(
|
||||
random_info->signature_info));
|
||||
ResetStringInfo(random_info->reservoir);
|
||||
random_info->normalize=1.0/(double) (MagickULLConstant(~0) >> 11);
|
||||
random_info->normalize=0x1.0p-53;
|
||||
random_info->seed[0]=MagickULLConstant(0xd2a98b26625eee7b);
|
||||
random_info->seed[1]=MagickULLConstant(0xdddf9b1090aa7ac1);
|
||||
random_info->secret_key=secret_key;
|
||||
|
||||
Reference in New Issue
Block a user