Created by: vicdoval
Addressed problem description
"Random Num Gen" offers uniform distributions, but it could be expanded (using numpy) it to create Weighted distribution of Integers and non-uniform distribution of floats
Solution description
I added most of the methods described in de numpy.random reference https://docs.scipy.org/doc/numpy-1.14.0/reference/routines.random.html
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.