You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are a range of RandXYZ instance methods in the Simulation class that processes can use to obtain random numbers from a range of distributions.
This should be refactored to move the implementation of drawing from statistical distributionst to separate classes and potentially have an IDistribution interface (perhaps distinguishing between continuous and discrete distributions).
The text was updated successfully, but these errors were encountered:
Currently there are a range of
RandXYZ
instance methods in theSimulation
class that processes can use to obtain random numbers from a range of distributions.This should be refactored to move the implementation of drawing from statistical distributionst to separate classes and potentially have an
IDistribution
interface (perhaps distinguishing between continuous and discrete distributions).The text was updated successfully, but these errors were encountered: