summaryrefslogtreecommitdiff
path: root/src/lib/rand.go
AgeCommit message (Expand)AuthorFilesLines
2009-03-05document randRob Pike1-11/+18
2009-01-20delete exportRuss Cox1-12/+12
2009-01-16casify miscRuss Cox1-81/+52
2009-01-06new new & makeRuss Cox1-1/+1
2008-12-18convert *[] to [].Russ Cox1-1/+1
2008-11-18perm is [] instead of mapKen Thompson1-3/+3
2008-11-16random permutation functionKen Thompson1-0/+17
2008-10-07update code to follow new semicolon rules:Russ Cox1-2/+2
2008-09-12change rand names to match type namesRuss Cox1-34/+44
2008-08-04- switched most of existing Go code to new export syntaxRobert Griesemer1-8/+10
2008-07-20tweaks to initKen Thompson1-0/+768