ChaiBapchya commented on a change in pull request #12749: [MXNET-1029] Feature
request: randint operator
URL: https://github.com/apache/incubator-mxnet/pull/12749#discussion_r230564350
##########
File path: include/mxnet/random_generator.h
##########
@@ -71,14 +71,23 @@ class RandGenerator<cpu, DType> {
return dist_uniform(*engine_);
}
+ MSHADOW_XINLINE int discrete_uniform(const int lower, const int upper) {
Review comment:
updated with int64_t
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services