aboutsummaryrefslogtreecommitdiff
path: root/src/math/rand/rand.go
AgeCommit message (Expand)Author
2023-02-10math/rand: fix typo in Seed deprecation commentValentin Deleplace
2023-02-09math/rand: rewrite the math/rand package comment to say what it's good forRob Pike
2023-02-07math/rand: use fastrand64 if possibleIan Lance Taylor
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2022-11-16math/rand: deprecate SeedRuss Cox
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-10-27math/rand: deprecate Readhopehook
2022-10-25math/rand: auto-seed global sourceRuss Cox
2022-10-18math/rand: refactor to delay allocation of global sourceRuss Cox
2022-09-02math/rand: document that Source returned by NewSource implements Source64Jonathan FOng
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-06-16math/rand: mention half-open intervals explicitlyRuss Cox
2021-04-23math/rand: make the security warning clearer and more prominentFilippo Valsorda
2019-12-04math/rand: update comment to avoid use of ^ for exponentiationBrad Fitzpatrick
2019-09-30math/rand: devirtualize interface call in ReadCarlo Alberto Ferraris
2019-09-29math/rand: devirtualize interface in lockedSourceCarlo Alberto Ferraris
2018-08-03math/rand: improve package documentationBenjamin Cable
2018-01-04math/rand: typo fixed in documentation of seedPosPaul PISCUC
2017-11-16Revert "math/rand: make Perm match Shuffle"Russ Cox
2017-09-14math/rand: fix comment for ShuffleBurak Guven
2017-09-08math/rand: change http to https in commentIan Lance Taylor
2017-09-08math/rand: make Perm match ShuffleJosh Bleecher Snyder
2017-09-08math/rand: add ShuffleJosh Bleecher Snyder
2017-07-15math/rand: add concurrency warning to overview commentAditya Mukerjee
2016-11-23math/rand: export Source64, mainly for documentation valueRuss Cox
2016-10-03math/rand: add Rand.Uint64Florian Uekermann
2016-09-02math/rand: document that NewSource sources raceDavid Glasser
2016-07-11math/rand: fix raciness in Rand.ReadIan Lance Taylor
2016-06-27math/rand: fix io.Reader implementationDmitri Popov
2016-06-26math/rand: fix comment about bits of seed used by the default SourceKonstantin Shaposhnikov
2016-05-24math/rand: Doc fix for how many bits Seed usesJeff R. Allen
2015-12-11math/rand: improve uniformity of rand.Float64,Float32David Chase
2015-11-15math/rand: add a comment for the i=0 iterationJingguo Yao
2015-09-16math/rand: make Rand fulfill the Reader interfaceSpencer Nelson
2015-07-30math/rand: warn against using package for security-sensitive workAndrey Petrov
2014-09-08build: move package sources from src/pkg to srcRuss Cox