summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/rand/rand.go
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-111/+2
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox1-7/+7
R=gri CC=golang-dev http://codereview.appspot.com/1326042
2010-03-16crypto/rand: new packageRuss Cox1-0/+130
Until proven insufficient, rely on the operating system to give us good random bytes (/dev/urandom). R=agl1 CC=golang-dev http://codereview.appspot.com/569044