mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Fixing equation reference in the theory about random number generation
This commit is contained in:
parent
bb11cbef3d
commit
be34922aee
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ relationship:
|
|||
|
||||
\xi_{i+k} = g^k \xi_i + c \frac{g^k - 1}{g - 1} \mod M
|
||||
|
||||
Note that :eq:`lcg-skipahead` has the same general form as \eqref{eq:lcg}, so
|
||||
Note that equation :eq:`lcg-skipahead` has the same general form as equation :eq:`lcg`, so
|
||||
the idea is to determine the new multiplicative and additive constants in
|
||||
:math:`O(\log_2 N)` operations.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue