Skip to content

Commit c858adc

Browse files
authored
Update random.h
1 parent 24c7243 commit c858adc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/cxx/core/random.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ namespace especia
2323
/// Implementing 64-bit maximally equidistributed F2-linear generators with
2424
/// Mersenne prime period. ACM Transactions on Mathematical Software, 44,
2525
/// 3, 30. <http://doi.acm.org/10.1145/3159444>,
26-
/// <http://arxiv.org/abs/1505.06582>
26+
/// <http://arxiv.org/abs/1505.06582>,
27+
/// <https://github.com/sharase/melg-64>
2728
///
2829
/// @tparam w The the number of bits in a word.
2930
/// @tparam n The parameter n.

0 commit comments

Comments
 (0)