On Fri, 18 Mar 2022 00:24:56 GMT, Yasser Bazzi <d...@openjdk.java.net> wrote:
> The toString method of both classes do not implement anything so i dont think > we should override it, .... The inherited implementation is descriptive enough because the the class names are the implementation: https://github.com/openjdk/jdk/tree/master/src/jdk.random/share/classes/jdk/random The wrapper would hide this detail without an implementation of toString if I'm understanding it correctly. ------------- PR: https://git.openjdk.java.net/jdk/pull/7001