IntelPython / dpnp

Data Parallel Extension for NumPy
BSD 2-Clause "Simplified" License
99 stars 22 forks source link

Random module #95

Open shssf opened 4 years ago

shssf commented 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

Simple random data

Permutations

Distributions

Random generator

samir-nasibli commented 3 years ago

@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?