This commit is contained in:
Cristy
2019-12-23 10:05:43 -05:00
parent 137343928f
commit 5360ee7da7
+3 -3
View File
@@ -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:
%