The Python Oracle

Generate random numbers with a given (numerical) distribution

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Music Box Puzzles

--

Chapters
00:00 Question
00:56 Accepted answer (Score 201)
01:42 Answer 2 (Score 184)
02:49 Answer 3 (Score 32)
03:24 Answer 4 (Score 18)
03:42 Thank you

--

Full question
https://stackoverflow.com/questions/4265...

Accepted answer links:
[scipy.stats.rv_discrete]: http://docs.scipy.org/doc/scipy/referenc...
[numpy.random.choice()]: https://docs.scipy.org/doc/numpy/referen...
[answer by Mark Dickinson]: https://stackoverflow.com/a/41852266/598...

Answer 2 links:
[random.choices]: https://docs.python.org/3.6/library/rand...

Answer 4 links:
[numpy.random.choice()]: http://docs.scipy.org/doc/numpy/referenc...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #module #random

#avk47