haojin2 commented on a change in pull request #15858: [Numpy] Numpy behavior 
random.uniform()
URL: https://github.com/apache/incubator-mxnet/pull/15858#discussion_r313056321
 
 

 ##########
 File path: python/mxnet/ndarray/numpy/random.py
 ##########
 @@ -17,5 +17,65 @@
 
 """Namespace for operators used in Gluon dispatched by F=ndarray."""
 from __future__ import absolute_import
+from ...context import current_context
+from . import _internal as _npi
 
-__all__ = []
+__all__ = ['uniform']
+
+
+def uniform(low=0.0, high=1.0, size=None, ctx=None, dtype=None, out=None):
 
 Review comment:
   Argument order here should be the same as your documentation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to