You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/19 05:39:33 UTC

[GitHub] reminisce commented on issue #9131: random_uniform causes VM to crash

reminisce commented on issue #9131: random_uniform causes VM to crash
URL: https://github.com/apache/incubator-mxnet/issues/9131#issuecomment-352645276
 
 
   In this case, low=3, high=1, raising an error is consistent with NumPy's random.uniform definition.
   
   [When high == low, values of low will be returned. If high < low, the results are officially undefined and may eventually raise an error, i.e. do not rely on this function to behave when passed arguments satisfying that inequality condition.](https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.random.uniform.html#numpy-random-uniform)

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


With regards,
Apache Git Services