aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/rand.go
AgeCommit message (Expand)Author
2026-01-23runtime: speed up cheaprand and cheaprand64Gavin Lam
2026-01-22internal/runtime: remove math.Mul64Gavin Lam
2024-11-20internal/byteorder: use canonical Go casing in namesRuss Cox
2024-11-08cmd/internal/goobj: regenerate builtinlistIan Lance Taylor
2024-10-08internal/runtime/maps: initial swiss table map implementationMichael Pratt
2024-10-07runtime: overwrite startupRand instead of clearing itFilippo Valsorda
2024-07-23runtime,internal: move runtime/internal/math to internal/runtime/mathDavid Chase
2024-05-31runtime: remove zhangyunhao116/fastrand from cheaprand linkname commentIan Lance Taylor
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-05-29all: document legacy //go:linkname for modules with ≥100 dependentsRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥500 dependentsRuss Cox
2024-02-28all: run go fmtsivchari
2023-12-07runtime: put runtime.fastrand back temporarilyRuss Cox
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox