Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(draw_unique_uniform_values): Use a more fitting algorithm
Replace `std::generate` with `std::iota` in `draw_unique_uniform_values`. It is a more fitting stl algorithm in this instance.
- Loading branch information