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
/
rand.go
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-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-06-16
math/rand: mention half-open intervals explicitly
Russ Cox
2021-04-23
math/rand: make the security warning clearer and more prominent
Filippo Valsorda
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
2018-08-03
math/rand: improve package documentation
Benjamin Cable
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-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-10-03
math/rand: add Rand.Uint64
Florian Uekermann
2016-09-02
math/rand: document that NewSource sources race
David Glasser
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
2015-12-11
math/rand: improve uniformity of rand.Float64,Float32
David Chase
2015-11-15
math/rand: add a comment for the i=0 iteration
Jingguo Yao
2015-09-16
math/rand: make Rand fulfill the Reader interface
Spencer Nelson
2015-07-30
math/rand: warn against using package for security-sensitive work
Andrey Petrov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox