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

Gaussian Random Number Generation with mean and variance #8490

Open
sunwoosf opened this issue Mar 19, 2024 · 0 comments
Open

Gaussian Random Number Generation with mean and variance #8490

sunwoosf opened this issue Mar 19, 2024 · 0 comments
Labels
feature request Suggest an idea on this project

Comments

@sunwoosf
Copy link

Would you implement a generic normal random number generator function, something like randn(mean, variance) or randn(mu, sigma)? Such a function would be incredibly useful in various scenarios.

It appears that the current implementation (randn()) only accommodates the standard normal distribution (where mean = 0 and variance = 1).

Thank you in advance for your consideration.

@sunwoosf sunwoosf added the feature request Suggest an idea on this project label Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Suggest an idea on this project
Projects
Status: Untriaged
Development

No branches or pull requests

1 participant