You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http://golang.org/pkg/crypto/rand/
The example is supposedly for the Read function, but it's actually just a usage of
Reader.
Fix: Move existing example under rand.Reader, and create a new example for rand.Read