issues
search
SciSharp
/
NumSharp
High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.37k
stars
192
forks
source link
Removed duplicate code and moved incorrectly placed code
#309
Closed
Plankton555
closed
5 years ago
Plankton555
commented
5 years ago
Renamed Random src/test folders to RandomSampling after suggestion in
https://github.com/SciSharp/NumSharp/issues/303
Removed duplicated random.permutation code
Moved random.shuffle from Creation to RandomSampling
Fixed some inconsistent names in RandomSampling unit tests.