1. 9eef49c math/rand: fix typo in comment by Toasa · 4 years, 1 month ago
  2. 7d1d944 math/rand: update comment to avoid use of ^ for exponentiation by Brad Fitzpatrick · 5 years ago
  3. 5f1aeae math/rand: devirtualize interface call in Read by Carlo Alberto Ferraris · 5 years ago
  4. 9313657 math/rand: devirtualize interface in lockedSource by Carlo Alberto Ferraris · 5 years ago
  5. 06b0bab all: shorten some tests by Russ Cox · 6 years ago
  6. 9a8979d math/rand: add example for Intn func by Vladimir Kovpak · 6 years ago
  7. 669ac12 math/rand: improve package documentation by Benjamin Cable · 6 years ago
  8. 161874d all: update comment URLs from HTTP to HTTPS, where possible by Tim Cooper · 7 years ago
  9. f94b5a8 math/rand: clarify documentation for Seed example by Agniva De Sarker · 7 years ago
  10. a2ffe3e math/rand: refactor rng.go by weeellz · 7 years ago
  11. 542ea5a go/printer, gofmt: tuned table alignment for better results by Robert Griesemer · 7 years ago
  12. 3526c40 math/rand: typo fixed in documentation of seedPos by Paul PISCUC · 7 years ago
  13. d9a198c Revert "math/rand: make Perm match Shuffle" by Russ Cox · 7 years ago
  14. 9cc170f math/rand: fix comment for Shuffle by Burak Guven · 7 years ago
  15. 44f7fd0 math/rand: change http to https in comment by Ian Lance Taylor · 7 years ago
  16. caae091 math/rand: make Perm match Shuffle by Josh Bleecher Snyder · 7 years ago
  17. a2dfe5d math/rand: add Shuffle by Josh Bleecher Snyder · 8 years ago
  18. 6b53dd4 math/rand: use t.Helper in tests by Josh Bleecher Snyder · 7 years ago
  19. ca19f2f math/rand: fix uniform distribution stddev in tests by Josh Bleecher Snyder · 7 years ago
  20. a83d017 math/rand: add concurrency warning to overview comment by Aditya Mukerjee · 8 years ago
  21. 3f69822 math/rand: export Source64, mainly for documentation value by Russ Cox · 8 years ago
  22. d8b14c5 math/rand: make floating point tests shorter on mips and mipsle by Brad Fitzpatrick · 8 years ago
  23. 003a598 math/rand: add Rand.Uint64 by Florian Uekermann · 8 years ago
  24. 82bc0d4 math/rand: document that NewSource sources race by David Glasser · 8 years ago
  25. 507144c math/rand: Document origin of cooked pseudo-random numbers by Florian Uekermann · 9 years ago
  26. fb3cf5c math/rand: fix raciness in Rand.Read by Ian Lance Taylor · 9 years ago
  27. 8d966ba math/rand: fix io.Reader implementation by Dmitri Popov · 9 years ago
  28. 33fa855 math/rand: fix comment about bits of seed used by the default Source by Konstantin Shaposhnikov · 9 years ago
  29. 3474610 math/rand: Doc fix for how many bits Seed uses by Jeff R. Allen · 9 years ago
  30. 9323de3 testing: implement 'Unordered Output' in Examples. by Brady Catherman · 9 years ago
  31. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  32. 04d732b build: shorten a few packages with long tests by Russ Cox · 9 years ago
  33. 38255cb math/rand: improve uniformity of rand.Float64,Float32 by David Chase · 9 years ago
  34. fb01ad2 math/rand: add a comment for the i=0 iteration by Jingguo Yao · 9 years ago
  35. f9e404c math/rand: make Rand fulfill the Reader interface by Spencer Nelson · 9 years ago
  36. 7cabade math/rand: warn against using package for security-sensitive work by Andrey Petrov · 9 years ago
  37. 71832ff math/rand: improve NewZipf documentation by Josh Bleecher Snyder · 10 years ago
  38. f8fbcef math/rand: shorten Float32 test for GOARM=5 by Brad Fitzpatrick · 10 years ago
  39. 59cb2d9 math/rand: fix example_test to show with the correct method by Guobiao Mei · 10 years ago
  40. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 10 years ago