We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6256f1 commit e6e5cadCopy full SHA for e6e5cad
source/numerics.tex
@@ -3112,13 +3112,10 @@
3112
\end{codeblock}
3113
3114
\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$.
+The \tcode{Philox} function maps the length-$n/2$ sequence $K$ and
+the length-$n$ sequence $X$ into a length-$n$ output sequence $Y$.
+Philox applies an $r$-round substitution-permutation network to the values in $X$.
3120
A single round of the generation algorithm performs the following steps:
3121
-
3122
\begin{itemize}
3123
\item
3124
The output sequence $X'$ of the previous round
0 commit comments