Skip to content

Commit f9f7ef9

Browse files
committed
[rand.eng.philox] Improve descriptions of $Y$ and $i$
1 parent e6e5cad commit f9f7ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/numerics.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3090,9 +3090,9 @@
30903090
\item
30913091
$K$ are keys,
30923092
\item
3093-
$Y$ is a buffer of produced values, and
3093+
$Y$ stores a batch of output values, and
30943094
\item
3095-
$i$ is an index in $Y$ buffer.
3095+
$i$ is an index for an element of the sequence $Y$.
30963096
\end{itemize}
30973097

30983098
\pnum

0 commit comments

Comments
 (0)