wx930910 commented on pull request #102: URL: https://github.com/apache/commons-rng/pull/102#issuecomment-920628912
Actually we can further improve the code logic by spying parent production class SamplerBase since all the overridden methods only call super methods defined in the parent class. In that case, we can get replace the child class by the spying object. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
