mphowardlab / azplugins

A HOOMD-blue component for soft matter simulations.
BSD 3-Clause "New" or "Revised" License
21 stars 13 forks source link

Use random123 throughout azplugins #11

Closed mphoward closed 5 years ago

mphoward commented 5 years ago

The old Saru interface is deprecated in HOOMD 2.6.0 in favor of random123. There is also now a clean c++11-like interface for generating random numbers, so this should be preferred to the stl throughout. Specifically, the following files need Saru replaced:

This task is related to #9.

mphoward commented 5 years ago

Resolved by PR #13