Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor drawing from random distributions #38

Closed
abeham opened this issue Dec 13, 2021 · 1 comment
Closed

Refactor drawing from random distributions #38

abeham opened this issue Dec 13, 2021 · 1 comment

Comments

@abeham
Copy link
Member

abeham commented Dec 13, 2021

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).

@abeham
Copy link
Member Author

abeham commented Jan 12, 2022

done in PR #39

@abeham abeham closed this as completed Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant