reminisce commented on issue #16018: Port ops from np branch URL: https://github.com/apache/incubator-mxnet/pull/16018#issuecomment-525936882 @eric-haibin-lin I made a mistake by exposing `seed` directly in `npx`. Now it's moved to `npx.random`. The reason of putting it under `npx` instead of `np` is because our `seed` provides a different signature (with the extra parameter `ctx`) than the official NumPy seed function. In addition, we only accept integers, while numpy can also take `None` as seed.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
