math/rand: add Reader variable #16776
Labels
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
The
crypto/rand
has both a Read function and aReader
object for passing in as an io.Reader. Themath/rand
package only has a Read function and no Reader object.Should we add a Reader to
math/rand
to make it consistent withcrypto/rand
?The text was updated successfully, but these errors were encountered: