We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e11d9 commit 952d936Copy full SHA for 952d936
src/xorshift.rs
@@ -7,7 +7,7 @@ use crate::Source;
7
/// 1. Sebastiano Vigna, “Further Scramblings of Marsaglia’s Xorshift
8
/// Generators,” CoRR, 2014.
9
///
10
-/// 2. https://en.wikipedia.org/wiki/Xorshift#xorshift.2B
+/// 2. <https://en.wikipedia.org/wiki/Xorshift#xorshift.2B>
11
#[derive(Clone, Copy)]
12
pub struct Xorshift128Plus(u64, u64);
13
0 commit comments