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
/
math
/
rand
Age
Commit message (
Expand
)
Author
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
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-06-16
math/rand: mention half-open intervals explicitly
Russ Cox
2021-04-28
testing: add -shuffle=off|on|N to alter the execution order of tests and benc...
Paschalis Tsilias
2021-04-23
math/rand: make the security warning clearer and more prominent
Filippo Valsorda
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-01-04
math/rand: fix typo in comment
Toasa
2019-12-04
math/rand: update comment to avoid use of ^ for exponentiation
Brad Fitzpatrick
2019-09-30
math/rand: devirtualize interface call in Read
Carlo Alberto Ferraris
2019-09-29
math/rand: devirtualize interface in lockedSource
Carlo Alberto Ferraris
2019-05-22
all: shorten some tests
Russ Cox
2019-03-25
math/rand: add example for Intn func
Vladimir Kovpak
2018-08-03
math/rand: improve package documentation
Benjamin Cable
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-05-12
math/rand: clarify documentation for Seed example
Agniva De Sarker
2018-04-16
math/rand: refactor rng.go
weeellz
2018-04-04
go/printer, gofmt: tuned table alignment for better results
Robert Griesemer
2018-01-04
math/rand: typo fixed in documentation of seedPos
Paul PISCUC
2017-11-16
Revert "math/rand: make Perm match Shuffle"
Russ Cox
2017-09-14
math/rand: fix comment for Shuffle
Burak Guven
2017-09-08
math/rand: change http to https in comment
Ian Lance Taylor
2017-09-08
math/rand: make Perm match Shuffle
Josh Bleecher Snyder
2017-09-08
math/rand: add Shuffle
Josh Bleecher Snyder
2017-08-08
math/rand: use t.Helper in tests
Josh Bleecher Snyder
2017-08-08
math/rand: fix uniform distribution stddev in tests
Josh Bleecher Snyder
2017-07-15
math/rand: add concurrency warning to overview comment
Aditya Mukerjee
2016-11-23
math/rand: export Source64, mainly for documentation value
Russ Cox
2016-11-16
math/rand: make floating point tests shorter on mips and mipsle
Brad Fitzpatrick
2016-10-03
math/rand: add Rand.Uint64
Florian Uekermann
2016-09-02
math/rand: document that NewSource sources race
David Glasser
2016-08-17
math/rand: Document origin of cooked pseudo-random numbers
Florian Uekermann
2016-07-11
math/rand: fix raciness in Rand.Read
Ian Lance Taylor
2016-06-27
math/rand: fix io.Reader implementation
Dmitri Popov
2016-06-26
math/rand: fix comment about bits of seed used by the default Source
Konstantin Shaposhnikov
2016-05-24
math/rand: Doc fix for how many bits Seed uses
Jeff R. Allen
2016-03-09
testing: implement 'Unordered Output' in Examples.
Brady Catherman
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
[next]