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

Fix RNG seed handling in ProbInput class. #443

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Fix RNG seed handling in ProbInput class. #443

merged 1 commit into from
Dec 9, 2024

Conversation

damar-wicaksono
Copy link
Owner

Assigning an integer value to rng_seed
property of ProbInput class will correctly reset the RNG with the assigned seed value.

This PR should resolve Issue #424.

Assigning an integer value to `rng_seed`
property of `ProbInput` class will correctly reset
the RNG with the assigned seed value.

This commit should resolve Issue #424.
@damar-wicaksono damar-wicaksono added bug Something isn't working core Core functionality of the package labels Dec 9, 2024
@damar-wicaksono damar-wicaksono added this to the 0.6.0 Release milestone Dec 9, 2024
@damar-wicaksono damar-wicaksono self-assigned this Dec 9, 2024
@damar-wicaksono damar-wicaksono merged commit 06f9a63 into dev Dec 9, 2024
14 of 15 checks passed
@damar-wicaksono damar-wicaksono deleted the dev-424 branch December 9, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Core functionality of the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant