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

feat: Add an expression for normal distribution #353

Closed
LiamGallagher737 opened this issue Jul 30, 2024 · 0 comments · Fixed by #362
Closed

feat: Add an expression for normal distribution #353

LiamGallagher737 opened this issue Jul 30, 2024 · 0 comments · Fixed by #362
Labels
A - expressions Change related to the Expression API C - enhancement New feature or request D - good first issue Good for newcomers

Comments

@LiamGallagher737
Copy link

Describe the solution you'd like

I'd like to see a normal distribution equivalent to the existing uniform method.

Describe why you want that solution. Is this related to a problem?

If I could simply call a normal method (or some other name) on a ExprWriter, the code would be much easier to read than stacking uniform distributions or some other work around to this.

Describe alternatives you've considered

This is this solution posted by NiseVoid on the discord.
image

Additional context

This is the distribution I'm thinking of.
image

@djeedai djeedai added C - enhancement New feature or request D - good first issue Good for newcomers A - expressions Change related to the Expression API labels Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A - expressions Change related to the Expression API C - enhancement New feature or request D - good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants