1. a2ffe3e math/rand: refactor rng.go by weeellz · 7 years ago
  2. 003a598 math/rand: add Rand.Uint64 by Florian Uekermann · 8 years ago
  3. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 10 years ago[Renamed from src/pkg/math/rand/rng.go]
  4. 5cb4a15 html,log,math: renamings by Rob Pike · 13 years ago[Renamed from src/pkg/rand/rng.go]
  5. d65a5cc 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  6. 3bb0032 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
  7. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  8. 3342574 Define the new Rand and Source types to allow creating by Dave Bort · 15 years ago
  9. 9aa68db Move rand.go to rng.go to prepare for some surgery. by Dave Bort · 15 years ago[Renamed from src/pkg/rand/rand.go]
  10. 9154943 apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync syscall testing time unicode unsafe utf8 by Russ Cox · 15 years ago
  11. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/rand/rand.go]
  12. 6b942c6 rewrote initialization to save space. by Ken Thompson · 16 years ago
  13. 9b2c5da directory-per-package step 1: move files from lib/X.go to lib/X/X.go by Rob Pike · 16 years ago[Renamed from src/lib/rand.go]
  14. 6b8ac0a document rand by Rob Pike · 16 years ago
  15. 839a684 delete export by Russ Cox · 16 years ago
  16. aedfb39 casify misc by Russ Cox · 16 years ago
  17. 5564504 new new & make by Russ Cox · 16 years ago
  18. d47d888 convert *[] to []. by Russ Cox · 16 years ago
  19. 497e648 perm is [] instead of map by Ken Thompson · 16 years ago
  20. 2567c07 random permutation function func perm(n int) *map[int]int by Ken Thompson · 16 years ago
  21. 983f06b update code to follow new semicolon rules: by Russ Cox · 16 years ago
  22. 0a097b5 change rand names to match type names by Russ Cox · 16 years ago
  23. 2f4352a - switched most of existing Go code to new export syntax - adjusted lang doc by Robert Griesemer · 16 years ago
  24. 963753d tweaks to init rand using init by Ken Thompson · 16 years ago