Skip to content

Commit e548b90

Browse files
committed
[rand.eng.philox] Replace repetitive note with reference to earlier text.
1 parent b3d0322 commit e548b90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/numerics.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3297,9 +3297,7 @@
32973297
For $j = 0, \dotsc, n - 1$ sets $X_j$ to $C_{n - 1 - j} \mod 2^w$.
32983298
The value of $i$ is set to $n - 1$.
32993299
\begin{note}
3300-
%FIXME: What is "Counter"?
3301-
Counter is an unsigned integer value
3302-
$\sum_{j = 0}^{n - 1} X_j \cdot 2^{wj}$ of $n \cdot w$ bits.
3300+
The counter is the value $Z$ introduced at the beginning of this subclause.
33033301
\end{note}
33043302
\end{itemdescr}
33053303

0 commit comments

Comments
 (0)