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

Allow boxing uncertain as a trait object #5

Merged
merged 4 commits into from
Mar 4, 2021
Merged

Allow boxing uncertain as a trait object #5

merged 4 commits into from
Mar 4, 2021

Conversation

dyedgreen
Copy link
Owner

Currently contemplating what design would be best.

The choices seem to be:

  1. Have sample be generic over RNG, and somehow force a specific generator when sampling through BoxedUncertain
  2. Remove the generic RNG support

@dyedgreen dyedgreen added enhancement New feature or request question Further information is requested labels Mar 2, 2021
@dyedgreen dyedgreen marked this pull request as ready for review March 4, 2021 18:08
@dyedgreen dyedgreen merged commit 08b3de1 into master Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant