Skip to content

Commit b3d0322

Browse files
committed
[rand.eng.philox] Change $f$ to $f_n$, since it depends on $n$.
1 parent e19a6e7 commit b3d0322

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

source/numerics.tex

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3122,19 +3122,18 @@
31223122
($X$ in case of the first round)
31233123
is permuted to obtain the intermediate state $V$:
31243124
\begin{codeblock}
3125-
@$V_j = X'_{f(j)}$@
3125+
@$V_j = X'_{f_n(j)}$@
31263126
\end{codeblock}
31273127
where $j = 0, \dotsc, n - 1$ and
3128-
$f(j)$ is defined in \tref{rand.eng.philox.f}.
3128+
$f_n(j)$ is defined in \tref{rand.eng.philox.f}.
31293129

3130-
\begin{floattable}{Values for the word permutation $f(j)$}{rand.eng.philox.f}
3130+
\begin{floattable}{Values for the word permutation $\bm{f}_{\bm{n}}\bm{(j)}$}{rand.eng.philox.f}
31313131
{l|l|l|l|l|l|l|l|l|l|l|l|l|l|l|l|l|l}
31323132
\topline
3133-
\multicolumn{2}{|c|}{}
3134-
& \multicolumn{16}{c|}{$j=$} \\ \cline{3-18}
3133+
\multicolumn{2}{|c|}{$\bm{f}_{\bm{n}}\bm{(j)}$} & \multicolumn{16}{c|}{$\bm{j}$} \\ \cline{3-18}
31353134
\multicolumn{2}{|c|}{}
31363135
& 0 & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 & 11 & 12 & 13 & 14 & 15 \\ \hline
3137-
$n=$ & 2 & 0 & 1 & \multicolumn{14}{c|}{} \\ \cline{2-18}
3136+
$\bm{n} $ & 2 & 0 & 1 & \multicolumn{14}{c|}{} \\ \cline{2-18}
31383137
& 4 & 0 & 3 & 2 & 1 & \multicolumn{12}{c|}{} \\ \cline{2-18}
31393138
& 8 & 2 & 1 & 4 & 7 & 6 & 5 & 0 & 3 & \multicolumn{8}{c|}{} \\ \cline{2-18}
31403139
& 16 & 0 & 9 & 2 & 13 & 6 & 11 & 4 & 15 & 10 & 7 & 12 & 3 & 14 & 5 & 8 & 1 \\ \cline{2-18}

source/std.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
\usepackage{color} % define colors for strikeouts and underlines
2525
\usepackage{amsmath} % additional math symbols
2626
\usepackage{mathrsfs} % mathscr font
27+
\usepackage{bm}
2728
\usepackage[final]{microtype}
2829
\usepackage[splitindex,original]{imakeidx}
2930
\usepackage{multicol}

0 commit comments

Comments
 (0)