mphowardlab / azplugins

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

Replace Saru RNG #13

Closed mphoward closed 5 years ago

mphoward commented 5 years ago

Use the new random123 RNG instead of the Saru interface, which is more powerful and flexible. Also, replace one instance of stl with random123 for consistency.

Resolves #11