I'm assuming the random() function has the same odds for each number, it's just as it goes, random. Now I'm wondering if we have any functions for bell curve randomness//normal random curves. As I believe those would be much more human like for clicking on buttons (you'll normally hit the center, and less and less often click the edges).
I found gaussRandom but I don't think this is the same thing as a normal curve.
Thanks
Edit: what would it look like if you did random(1) and just added it up however many times, basically using the normal-curve-ness of a coin flip to create a normal bell curve.


Reply With Quote







, not sure then


