From 5360ee7da7ea558cbff9e1eb46078fb25d57334c Mon Sep 17 00:00:00 2001 From: Cristy Date: Mon, 23 Dec 2019 10:05:43 -0500 Subject: [PATCH] ... --- MagickCore/random.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: %