In an effort to standardize this lab, @dishajain and I went to some...creative extremes to get the randomness consistent. As in, Disha coded up a custom shuffle implementation (f32f5ee).
Let us know if this is okay with you or not.
Other than that, it should all be pretty standard stuff. The C++ files have been updated to use modern random utilities (mt19937, etc) and the Doxygen tutorial was made a little easier.
🚨 MUST READ 🚨
In an effort to standardize this lab, @dishajain and I went to some...creative extremes to get the randomness consistent. As in, Disha coded up a custom
shuffle
implementation (f32f5ee).Let us know if this is okay with you or not.
Other than that, it should all be pretty standard stuff. The C++ files have been updated to use modern random utilities (
mt19937
, etc) and the Doxygen tutorial was made a little easier.