Skip to content

Commit 0597a26

Browse files
committed
[rand.eng.philox] Move description of the key sequence $K$ up to its first mention
1 parent e548b90 commit 0597a26

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

source/numerics.tex

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3088,7 +3088,8 @@
30883088
$X$ is the interpretation of the unsigned integer \term{counter} value
30893089
$Z \cedef \sum_{j = 0}^{n - 1} X_j \cdot 2^{wj}$ of $n \cdot w$ bits,
30903090
\item
3091-
$K$ are keys,
3091+
$K$ are keys, which are generated once from the seed (see constructors below)
3092+
and remain constant unless the \tcode{seed} function\iref{rand.req.eng} is invoked,
30923093
\item
30933094
$Y$ stores a batch of output values, and
30943095
\item
@@ -3169,10 +3170,7 @@
31693170
$\mathit{key}^q_k \cedef (K_k + q \cdot C_k) \mod 2^w$,
31703171

31713172
\item
3172-
%FIXME: $K_k$ is just one element - do we mean for each possible $k$?
3173-
%FIXME: Same for the next 2 \items.
3174-
$K_k$ are the keys generated once with a seed and stay constant
3175-
unless the \tcode{seed} function is called,
3173+
$K_k$ are the elements of the key sequence $K$,
31763174

31773175
\item
31783176
$M_k$ is \tcode{multipliers[$k$]}, and

0 commit comments

Comments
 (0)