Skip to content

Commit bf211d7

Browse files
committed
rand_xoshiro: Refer to *StarStar and *PlusPlus differences
This is done by refering to the xoshiro paper.
1 parent 9861cc9 commit bf211d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rand_xoshiro/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@
6161
//! lowest bits (which are discarded when generating floats), making it fail
6262
//! linearity tests. This is unlikely to have any impact in practise.
6363
//!
64+
//! The `*PlusPlus` generators perform similarily to the `*StarStar` generators.
65+
//! See the [xoshiro paper], where the differences are discussed in detail.
66+
//!
6467
//! [xoshiro]: http://xoshiro.di.unimi.it/
68+
//! [xoshiro paper]: http://vigna.di.unimi.it/ftp/papers/ScrambledLinear.pdf
6569
//! [low linear complexity]: http://xoshiro.di.unimi.it/lowcomp.php
6670
6771
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",

0 commit comments

Comments
 (0)