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

Basic random number generators of distributions #37

Closed
lindahua opened this issue Jan 6, 2013 · 0 comments
Closed

Basic random number generators of distributions #37

lindahua opened this issue Jan 6, 2013 · 0 comments
Assignees
Labels
Milestone

Comments

@lindahua
Copy link
Owner

lindahua commented Jan 6, 2013

  • Discrete
    • uniform_int_distr
    • bernoulli_distr
    • binomial_distr (a naive version)
    • geometric_distr (a naive version)
    • negative_binomial_distr (a naive version)
    • poisson_distr (a naive version)
    • discrete_distr (a naive version)
  • Continuous
    • uniform_real_distr
    • normal_distr (use ICDF)
    • exponential_distr
    • gamma_distr
    • lognormal_distr
@ghost ghost assigned lindahua Jan 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant