Skip to content

Commit 9f0753e

Browse files
author
dotchris90
committed
Removed : because legacy code
1 parent 8faf9dc commit 9f0753e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/NumSharp.Core/Extensions/NdArray.Random.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
namespace NumSharp.Core
77
{
8+
/*
89
public partial class NDArray_Legacy<TData>
910
{
1011
public NumPyRandom Random()
@@ -13,4 +14,5 @@ public NumPyRandom Random()
1314
return rand;
1415
}
1516
}
17+
*/
1618
}

0 commit comments

Comments
 (0)