Skip to content

Commit 952d936

Browse files
committed
Fix a lint
1 parent 74e11d9 commit 952d936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xorshift.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use crate::Source;
77
/// 1. Sebastiano Vigna, “Further Scramblings of Marsaglia’s Xorshift
88
/// Generators,” CoRR, 2014.
99
///
10-
/// 2. https://en.wikipedia.org/wiki/Xorshift#xorshift.2B
10+
/// 2. <https://en.wikipedia.org/wiki/Xorshift#xorshift.2B>
1111
#[derive(Clone, Copy)]
1212
pub struct Xorshift128Plus(u64, u64);
1313

0 commit comments

Comments
 (0)