We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c7243 commit c858adcCopy full SHA for c858adc
src/main/cxx/core/random.h
@@ -23,7 +23,8 @@ namespace especia
23
/// Implementing 64-bit maximally equidistributed F2-linear generators with
24
/// Mersenne prime period. ACM Transactions on Mathematical Software, 44,
25
/// 3, 30. <http://doi.acm.org/10.1145/3159444>,
26
-/// <http://arxiv.org/abs/1505.06582>
+/// <http://arxiv.org/abs/1505.06582>,
27
+/// <https://github.com/sharase/melg-64>
28
///
29
/// @tparam w The the number of bits in a word.
30
/// @tparam n The parameter n.
0 commit comments