ci: check docs of private items (#3715)

This commit is contained in:
Marco Ieni
2021-04-30 13:25:50 +02:00
committed by GitHub
parent 078e317c0b
commit a08ce0d3e0
6 changed files with 18 additions and 23 deletions
+1 -1
View File
@@ -605,7 +605,7 @@ mod rand {
/// Fast random number generate
///
/// Implement xorshift64+: 2 32-bit xorshift sequences added together.
/// Shift triplet [17,7,16] was calculated as indicated in Marsaglia's
/// Shift triplet `[17,7,16]` was calculated as indicated in Marsaglia's
/// Xorshift paper: https://www.jstatsoft.org/article/view/v008i14/xorshift.pdf
/// This generator passes the SmallCrush suite, part of TestU01 framework:
/// http://simul.iro.umontreal.ca/testu01/tu01.html