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 5761ccb commit 243d524Copy full SHA for 243d524
source/numerics.tex
@@ -3080,8 +3080,8 @@
3080
3081
\pnum
3082
A \tcode{philox_engine} random number engine produces
3083
-unsigned integer random numbers in the closed interval \crange{0}{$m$},
3084
-where $m = 2^w - 1$ and
+unsigned integer random numbers in the interval \range{0}{$m$},
+where $m = 2^w$ and
3085
the template parameter $w$ defines the range of the produced numbers.
3086
The state of a \tcode{philox_engine} object consists of
3087
a sequence $X$ of $n$ unsigned integer values of width $w$,
0 commit comments