Open shssf opened 4 years ago
Need to implement random module in the project. Currently, it implemented in Python. Need to implement it in Cython and cover following functionality https://docs.scipy.org/doc/numpy-1.13.0/reference/routines.random.html
random
@shssf most of these features implemented for python level as well as for the backend. Do we need update this issue or just close it?
Need to implement
random
module in the project. Currently, it implemented in Python. Need to implement it in Cython and cover following functionality https://docs.scipy.org/doc/numpy-1.13.0/reference/routines.random.htmlSimple random data
Permutations
Distributions
Random generator