[Challenge] Normal Distribution | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

[Challenge] Normal Distribution

> Make a game that rolls a dice n times and returns the MEAN result value. > Play that game N times and keep track of the returns you're getting. > Show the result somehow. The distribution of results will be within [1, 6] and should look like a normal distribution around 3.5 (due to the central limit theorem -- see Wikipedia for that). I made a python code using the toss of a coin, so it goes from 0 to 1: PC: https://code.sololearn.com/cLVOcQU9LqiV/#py Phone: https://code.sololearn.com/cKhrPsZBgD2H/#py These are my first ones in SoloLearn, so I also accept critics on them. You don't need to do it in python. Happy coding.

2nd Feb 2018, 4:20 PM
Pedro Demingos
Pedro Demingos - avatar
3 Answers
5th Feb 2018, 3:10 AM
Cépagrave
Cépagrave - avatar
+ 7
just set the number of samples, and max/min values https://code.sololearn.com/WLgGhMLpC6n2/?ref=app
2nd Feb 2018, 4:50 PM
Burey
Burey - avatar
2nd Feb 2018, 5:43 PM
davy hermans
davy hermans - avatar