You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: