mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
...
This commit is contained in:
+3
-3
@@ -594,9 +594,9 @@ static StringInfo *GenerateEntropicChaos(RandomInfo *random_info)
|
||||
% %
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%
|
||||
% GetPseudoRandomValue() return a non-negative double-precision floating-point
|
||||
% value uniformly distributed over the interval [0.0, 1.0) with a 2 to the
|
||||
% 128th-1 period.
|
||||
% GetPseudoRandomValue() is a Xoshiro generator that returns a non-negative
|
||||
% double-precision floating-point value uniformly distributed over the
|
||||
% interval [0.0, 1.0) with a 2 to the 128th-1 period.
|
||||
%
|
||||
% The format of the GetPseudoRandomValue method is:
|
||||
%
|
||||
|
||||
Reference in New Issue
Block a user