Re: Normal distribution random numbers

2020-05-31 Thread Zelphir Kaltstahl
Hi! Interesting technique, that when thinking about it, intuitively makes sense to me. Thanks for sharing! Regards, Zelphir    On 31.05.20 17:12, tantalum wrote: > surely not the ideal way to generate numbers with a normal > distribution, but there is a way to use custom probabilities from a > l

Re: C programs in Scheme syntax

2020-05-31 Thread tantalum
ive started https://github.com/sph-mn/sph-sc and have been using it a lot over the years and worked through several c edge cases. i enjoy using it, more and more even. the git repository page contains several hints and ideas on the general topic. i you have any questions, i'd be happy to answer

Re: Normal distribution random numbers

2020-05-31 Thread tantalum
surely not the ideal way to generate numbers with a normal distribution, but there is a way to use custom probabilities from a list, which i think is nice to know. it works like this: have a list of probabilities. can be as long as you want. i think that is called probability density. -> (1 0