Closed Plankton555 closed 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).
np.random.normal.Test.cs
np.random.randint.Test.cs
np.random.shuffle.Test.cs
I am working on this.
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.
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).