Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ManosPapadakis95 committed Apr 5, 2023
1 parent 99e340b commit e44c596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Random.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace Random {
return (xorshifted >> rot) | (xorshifted << ((-rot) & 31));
}
};
};
}

template<class T, bool replace = false>
class uniform : public internal::Integer_Core{
Expand Down Expand Up @@ -106,6 +106,6 @@ namespace Random {
}

};
};
}

#endif

0 comments on commit e44c596

Please sign in to comment.