We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*StarStar
*PlusPlus
1 parent 9861cc9 commit bf211d7Copy full SHA for bf211d7
rand_xoshiro/src/lib.rs
@@ -61,7 +61,11 @@
61
//! lowest bits (which are discarded when generating floats), making it fail
62
//! linearity tests. This is unlikely to have any impact in practise.
63
//!
64
+//! The `*PlusPlus` generators perform similarily to the `*StarStar` generators.
65
+//! See the [xoshiro paper], where the differences are discussed in detail.
66
+//!
67
//! [xoshiro]: http://xoshiro.di.unimi.it/
68
+//! [xoshiro paper]: http://vigna.di.unimi.it/ftp/papers/ScrambledLinear.pdf
69
//! [low linear complexity]: http://xoshiro.di.unimi.it/lowcomp.php
70
71
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
0 commit comments