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 2019/06/13 03:57:27 UTC

[GitHub] [incubator-mxnet] chinakook commented on issue #15225: nd.random is not really random

chinakook commented on issue #15225: nd.random is not really random
URL: https://github.com/apache/incubator-mxnet/issues/15225#issuecomment-501539139
 
 
   Yes, I found this problem too. If we run a script (contain nd.random) 1000 times, we will get 1000 same results. However, If put nd.random to a loop with 1000 iters, we will get 1000 really random numbers.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services