diff --git a/MagickCore/random.c b/MagickCore/random.c index 58d45178e0..b098a8b2df 100644 --- a/MagickCore/random.c +++ b/MagickCore/random.c @@ -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: %