SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.38k stars 192 forks source link

Move random-related test code from Creation to Random #302

Closed Plankton555 closed 5 years ago

Plankton555 commented 5 years ago

The three random-related files np.random.normal.Test.cs, np.random.randint.Test.cs, np.random.shuffle.Test.cs are located in the Creation folder/namespace. They should be moved to the Random folder (RandomSampling namespace).

Plankton555 commented 5 years ago

I am working on this.

Plankton555 commented 5 years ago

Pull request at https://github.com/SciSharp/NumSharp/pull/304

This is my first pull request ever to an open-source project, so tell me if I've missed anything.