| Age | Commit message (Expand) | Author |
| 2025-10-17 | all: remove unnecessary loop variable copies in tests | Tobias Klauser |
| 2025-02-25 | all: surround -test.run arguments with ^$ | qmuntal |
| 2024-12-04 | math/rand/v2: replace <= 0 with == 0 for Uint function docs | Jorropo |
| 2024-11-20 | internal/byteorder: use canonical Go casing in names | Russ Cox |
| 2024-09-03 | math,os,os/*: use testenv.Executable | Kir Kolyshkin |
| 2024-08-21 | crypto/x509,math/rand/v2: implement the encoding.(Binary|Text)Appender | apocelipes |
| 2024-08-19 | math/rand: make calls to Seed no-op | Paschalis T |
| 2024-05-23 | std: fix calls to Printf(s) with non-constant s | Alan Donovan |
| 2024-05-22 | math/rand/v2: add ChaCha8.Read | Filippo Valsorda |
| 2024-05-22 | math/rand/v2: drop pointer receiver on zero-width type | Brad Fitzpatrick |
| 2024-05-16 | math/rand/v2: use max builtin in tests | Tobias Klauser |
| 2024-05-13 | math/rand/v2, math/big: use internal/byteorder | Mateusz Poliwczak |
| 2024-05-07 | math/rand/v2: add Uint | Russ Cox |
| 2024-03-04 | math/rand, math/rand/v2: rename receiver variables | Oleksandr Redko |
| 2024-02-19 | math/rand/v2: use a doc link for crypto/rand | Daniel Martà |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-12-05 | math/rand/v2: add ChaCha8 | Russ Cox |
| 2023-11-20 | Revert "math/rand/v2: add ChaCha8" | Michael Knyszek |
| 2023-11-20 | all: add floating point option for ARM targets | Ludi Rehak |
| 2023-11-19 | math/rand/v2: add ChaCha8 | Russ Cox |
| 2023-10-30 | math/rand/v2: delete Mitchell/Reeds source | Russ Cox |
| 2023-10-30 | math/rand/v2: add PCG-DXSM | Russ Cox |
| 2023-10-30 | math/rand/v2: simplify Perm | Russ Cox |
| 2023-10-30 | math/rand/v2: remove bias in ExpFloat64 and NormFloat64 | Branden Brown |
| 2023-10-30 | math/rand/v2: optimize Float32, Float64 | Russ Cox |
| 2023-10-30 | math/rand/v2: add, optimize N, UintN, Uint32N, Uint64N | Russ Cox |
| 2023-10-30 | math/rand/v2: change Source to use uint64 | Russ Cox |
| 2023-10-30 | math/rand/v2: update benchmarks | Russ Cox |
| 2023-10-30 | math/rand/v2: remove Rand.Seed | Russ Cox |
| 2023-10-30 | math/rand/v2: clean up regression test | Russ Cox |
| 2023-10-30 | math/rand/v2: remove Read | Russ Cox |
| 2023-10-30 | math/rand/v2: rename various functions | Russ Cox |
| 2023-10-30 | math/rand/v2: start of new API | Russ Cox |
| 2023-10-19 | math: add available godoc link | cui fliter |
| 2023-08-17 | math/big, math/rand: use the built-in max function | chanxuehong |
| 2023-04-04 | math/rand: clarify Seed deprecation note | Ian Lance Taylor |
| 2023-04-04 | all: fix misuses of "a" vs "an" | cui fliter |
| 2023-02-10 | math/rand: fix typo in Seed deprecation comment | Valentin Deleplace |
| 2023-02-09 | math/rand: rewrite the math/rand package comment to say what it's good for | Rob Pike |
| 2023-02-07 | math/rand: use fastrand64 if possible | Ian Lance Taylor |
| 2023-01-19 | internal/godebug: export non-default-behavior counters in runtime/metrics | Russ Cox |
| 2022-11-16 | math/rand: deprecate Seed | Russ Cox |
| 2022-11-14 | internal/godebug: define more efficient API | Russ Cox |
| 2022-10-27 | math/rand: deprecate Read | hopehook |
| 2022-10-26 | all: remove uses of rand.Seed | Russ Cox |
| 2022-10-25 | math/rand: auto-seed global source | Russ Cox |
| 2022-10-18 | math/rand: refactor to delay allocation of global source | Russ Cox |
| 2022-09-02 | math/rand: document that Source returned by NewSource implements Source64 | Jonathan FOng |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-01 | all: remove trailing blank doc comment lines | Russ Cox |