[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform()

2019-08-12 Thread GitBox
xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform() URL: https://github.com/apache/incubator-mxnet/pull/15858#discussion_r313222153 ## File path: src/operator/numpy/random/np_uniform_op.h ## @@ -0,0 +1,211 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform()

2019-08-12 Thread GitBox
xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform() URL: https://github.com/apache/incubator-mxnet/pull/15858#discussion_r313204568 ## File path: src/operator/numpy/random/dist_common.h ## @@ -0,0 +1,180 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform()

2019-08-12 Thread GitBox
xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform() URL: https://github.com/apache/incubator-mxnet/pull/15858#discussion_r313204665 ## File path: src/operator/numpy/random/dist_common.h ## @@ -0,0 +1,180 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform()

2019-08-12 Thread GitBox
xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform() URL: https://github.com/apache/incubator-mxnet/pull/15858#discussion_r313204488 ## File path: src/operator/numpy/random/np_uniform_op.cu ## @@ -0,0 +1,35 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform()

2019-08-12 Thread GitBox
xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform() URL: https://github.com/apache/incubator-mxnet/pull/15858#discussion_r313204512 ## File path: src/operator/numpy/random/dist_common.h ## @@ -0,0 +1,180 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform()

2019-08-12 Thread GitBox
xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform() URL: https://github.com/apache/incubator-mxnet/pull/15858#discussion_r313204436 ## File path: src/operator/numpy/random/np_uniform_op.h ## @@ -0,0 +1,218 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform()

2019-08-12 Thread GitBox
xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform() URL: https://github.com/apache/incubator-mxnet/pull/15858#discussion_r313204398 ## File path: src/operator/numpy/random/np_uniform_op.h ## @@ -0,0 +1,218 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform()

2019-08-12 Thread GitBox
xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform() URL: https://github.com/apache/incubator-mxnet/pull/15858#discussion_r313204348 ## File path: src/operator/numpy/random/np_uniform_op.h ## @@ -0,0 +1,218 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform()

2019-08-12 Thread GitBox
xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform() URL: https://github.com/apache/incubator-mxnet/pull/15858#discussion_r313204152 ## File path: src/operator/numpy/random/np_uniform_op.h ## @@ -0,0 +1,218 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform()

2019-08-12 Thread GitBox
xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform() URL: https://github.com/apache/incubator-mxnet/pull/15858#discussion_r313203593 ## File path: src/operator/numpy/random/dist_common.h ## @@ -0,0 +1,180 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform()

2019-08-12 Thread GitBox
xidulu commented on a change in pull request #15858: [Numpy] Numpy behavior random.uniform() URL: https://github.com/apache/incubator-mxnet/pull/15858#discussion_r313203370 ## File path: python/mxnet/ndarray/numpy/random.py ## @@ -17,5 +17,65 @@ """Namespace for