On 5/28/26 3:43 PM, Tim Meehan wrote:
I wind up doing Monte-Carlo simulations a lot, and sometimes I do them in Guile. Just feels more fun than Python or some other language sometimes.

Once a language has a "uniform" generator (i.e., real numbers from 0 to 1) it is pretty straightforward to give it a lot of other random generators. I thought I saw a library somewhere that had a lot of them in Guile, but I couldn't find it when you asked the question. I'd be happy to post all of the ones I know how to do off of the top of my head somewhere, like on Codeberg. I've been trying to move off of Github.

Please do share any repos, and also any methods with their code (for generating other random number generators from uniform ones) you know of!

Best regards,
Zelphir

--
repositories:https://codeberg.org/ZelphirKaltstahl

Reply via email to