Skip to content

Commit e6e5cad

Browse files
committed
[rand.eng.philox] Change "n-length sequence" to "length-n sequence".
1 parent f6256f1 commit e6e5cad

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

source/numerics.tex

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3112,13 +3112,10 @@
31123112
\end{codeblock}
31133113

31143114
\pnum
3115-
The \tcode{Philox} function maps the $n/2$-length sequence $K$ and
3116-
the $n$-length sequence $X$ into
3117-
an $n$-length output sequence $Y$.
3118-
Philox applies an $r$-round substitution-permutation network to
3119-
the values in $X$.
3115+
The \tcode{Philox} function maps the length-$n/2$ sequence $K$ and
3116+
the length-$n$ sequence $X$ into a length-$n$ output sequence $Y$.
3117+
Philox applies an $r$-round substitution-permutation network to the values in $X$.
31203118
A single round of the generation algorithm performs the following steps:
3121-
31223119
\begin{itemize}
31233120
\item
31243121
The output sequence $X'$ of the previous round

0 commit comments

Comments
 (0)