Skip to content

Commit e19a6e7

Browse files
committed
[rand.eng.philox] $M_k$ and $C_k$ are individual array elements, not an entire sequence
1 parent 7dad0db commit e19a6e7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/numerics.tex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3176,12 +3176,10 @@
31763176
unless the \tcode{seed} function is called,
31773177

31783178
\item
3179-
%FIXME: Where did "multipliers" come from?
3180-
$M_k$ are \tcode{multipliers}, and
3179+
$M_k$ is \tcode{multipliers[$k$]}, and
31813180

31823181
\item
3183-
%FIXME: Where did "round_consts" come from?
3184-
$C_k$ are \tcode{round_consts}.
3182+
$C_k$ is \tcode{round_consts[$k$]}.
31853183
\end{itemize}
31863184
\end{itemize}
31873185

0 commit comments

Comments
 (0)