uqfoundation / mystic

constrained nonlinear optimization for scientific machine learning, UQ, and AI
http://mystic.rtfd.io
Other
464 stars 50 forks source link

Distribution use numpy.random as default module #204

Closed mmckerns closed 1 year ago

mmckerns commented 1 year ago

Summary

Distribution objects should use numpy.random as the default module when the numpy.random random state is used and the numpy.random function form is used.

Checklist

Documentation and Tests