Open rstoneback opened 6 years ago
Given the recent path in development, how should we best implement this? Should we still be implementing this?
@rstoneback could you provide more background as to why this is desirable? That would help inform our actions.
Random number functions work best when they generate many numbers are once, which isn't always convenient. Python generators offer a solution to this, but they aren't conveniently carried around. Create two random number generator functions, one normally distributed, the other in a top hat distribution, and attach them to the pysat object at instantiation.
Plan: