vtk-m/docs
Haocheng LIU 1fcbca3eed Replace std::random_shuffle with std::shuffle
std::random_shuffle is deprecated in C++14 because it's using std::rand
which uses a non uniform distribution and the underlying algorithm is
unspecified. Using std::shuffle can provide a reliable result in a 64
bit version.
2018-08-02 12:15:58 -04:00
..
changelog Replace std::random_shuffle with std::shuffle 2018-08-02 12:15:58 -04:00
CodingConventions.md Remove VS2013 workarounds from VTK-m. 2018-02-23 15:39:39 -05:00