-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Random Number Generator #213
Comments
I will probably work around this by hard coding a pool of random number for now, but I will try to learn more about Haskell and work towards a PR. Thanks for making such an awesome modeling engine. |
I would also love this, I want to do procedural modeling of organic structures. I am clueless when it comes to Haskell, but if the maintainer/s have time I would very deeply appreciate it! API doesn't need to match that of OpenSCAD for my purposes, anything would work. Thanks everyone for all your hard work, very valuable. |
@julialongtin Should this be closed now that |
@lepsa yep! this will be in our next release, folks! |
The
rands(min, max, count)
RNG function does not currently seem to be supported. It would be nice if there was a shortcut for generating a single value alsorand(min, max)
.The text was updated successfully, but these errors were encountered: