eric-haibin-lin commented on a change in pull request #12749: [MXNET-1029] 
Feature request: randint operator
URL: https://github.com/apache/incubator-mxnet/pull/12749#discussion_r233207390
 
 

 ##########
 File path: include/mxnet/random_generator.h
 ##########
 @@ -71,14 +73,23 @@ class RandGenerator<cpu, DType> {
       return dist_uniform(*engine_);
     }
 
 
 Review comment:
   MSHADOW_XINLINE int64_t rand<int64_t>() { int64_t result = 
engine_->operator()() << 32 +  engine_->operator()(); }

----------------------------------------------------------------
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

Reply via email to