Skip to content
Snippets Groups Projects
Commit 8ee6e7f1 authored by Robert Ricci's avatar Robert Ricci
Browse files

Update assign to work with C++14 and up

Uses the std::shuffle() algorithm and Mersenne Twister that was
introduced in C++11

Make sure to initialize it with the same random seed used with plain ol'
rand() so that we can still get deterministic behavior from assign when
we want.
parent 469960cb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment