asitstands commented on issue #10575: [MXNET-145] Remove global PRNGs of numpy 
and python used in mx.image package
URL: https://github.com/apache/incubator-mxnet/pull/10575#issuecomment-381877219
 
 
   Replacing the python/numpy global RNGs with a mxnet specific instance of 
numpy RNG would be better in terms of the performance. However, I'm not sure 
that exposing the RNG as a public API is a good idea. Is it acceptable keeping 
an numpy RNG as an internal utility in `mx.random` and seeding with 
`mx.random.seed`?

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


With regards,
Apache Git Services

Reply via email to