uva-cs / pdr

A repo for a Program and Data Representation university-level course
Other
91 stars 228 forks source link

Copy edit lab 11 #113

Closed winstliu closed 4 years ago

winstliu commented 4 years ago

🚨 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.