index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
rand.go
Age
Commit message (
Expand
)
Author
2026-01-23
runtime: speed up cheaprand and cheaprand64
Gavin Lam
2026-01-22
internal/runtime: remove math.Mul64
Gavin Lam
2024-11-20
internal/byteorder: use canonical Go casing in names
Russ Cox
2024-11-08
cmd/internal/goobj: regenerate builtinlist
Ian Lance Taylor
2024-10-08
internal/runtime/maps: initial swiss table map implementation
Michael Pratt
2024-10-07
runtime: overwrite startupRand instead of clearing it
Filippo Valsorda
2024-07-23
runtime,internal: move runtime/internal/math to internal/runtime/math
David Chase
2024-05-31
runtime: remove zhangyunhao116/fastrand from cheaprand linkname comment
Ian Lance Taylor
2024-05-29
all: document legacy //go:linkname for final round of modules
Russ Cox
2024-05-29
all: document legacy //go:linkname for modules with ≥100 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥500 dependents
Russ Cox
2024-02-28
all: run go fmt
sivchari
2023-12-07
runtime: put runtime.fastrand back temporarily
Russ Cox
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox