Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing
inline
attributes to avoid linker issues.
The `xoshiro<2>::do_jump` specializations need some `inline` attribute, otherwise including dqrng from multiple compilation units causes linker errors due to symbols being defined multiple times.
- Loading branch information