Random numbers: Difference between revisions

Content deleted Content added
Sonia (talk | contribs)
→‎{{header|Go}}: add output
Sonia (talk | contribs)
m →‎{{header|Go}}: Add note about subrepo
Line 863:
 
=={{header|Go}}==
This solution uses math/rand package in the standard library. See also though the subrepository rand package at https://godoc.org/golang.org/x/exp/rand, which also has a NormFloat64 and has a rand source with a number of advantages over the one in standard library.
<lang go>package main