Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIronBorn authored Jun 30, 2018
1 parent ef18d4d commit 271894d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prngs/xorshift.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ macro_rules! make_xorshift128 {
let mut seeds = [$vector::default(); 4];
while seeds
.iter()
.// `splat(true)`
// `splat(true)`
.fold(ZERO.eq(ZERO), |acc, s| acc & s.eq(&ZERO))
.any()
{
Expand Down

0 comments on commit 271894d

Please sign in to comment.