Skip to content

Use std distribution instead of boost ones #37

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

Open
7 tasks
Quentin62 opened this issue Feb 11, 2023 · 1 comment
Open
7 tasks

Use std distribution instead of boost ones #37

Quentin62 opened this issue Feb 11, 2023 · 1 comment
Labels
enhancement New feature or request MixtComp Concern the C++ library

Comments

@Quentin62
Copy link
Collaborator

Quentin62 commented Feb 11, 2023

https://en.cppreference.com/w/cpp/header/random

  • weibull_distribution
  • normal_distribution
  • poisson_distribution
  • negative_binomial_distribution
  • uniform_int_distribution
  • uniform_real_distribution
  • exponential_distribution
@Quentin62 Quentin62 added enhancement New feature or request MixtComp Concern the C++ library labels Feb 11, 2023
@Quentin62 Quentin62 assigned Quentin62 and unassigned Quentin62 Mar 22, 2023
@Quentin62
Copy link
Collaborator Author

only sampling functions are available in the standard library. cdf, pdf, lpdf are not available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request MixtComp Concern the C++ library
Projects
None yet
Development

No branches or pull requests

1 participant