aboutsummaryrefslogtreecommitdiff
path: root/src/math/rand
AgeCommit message (Expand)Author
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
2019-05-22all: shorten some testsRuss Cox
2019-03-25math/rand: add example for Intn funcVladimir Kovpak
2018-08-03math/rand: improve package documentationBenjamin Cable
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-12math/rand: clarify documentation for Seed exampleAgniva De Sarker
2018-04-16math/rand: refactor rng.goweeellz
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
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-08-08math/rand: use t.Helper in testsJosh Bleecher Snyder
2017-08-08math/rand: fix uniform distribution stddev in testsJosh 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-11-16math/rand: make floating point tests shorter on mips and mipsleBrad Fitzpatrick
2016-10-03math/rand: add Rand.Uint64Florian Uekermann
2016-09-02math/rand: document that NewSource sources raceDavid Glasser
2016-08-17math/rand: Document origin of cooked pseudo-random numbersFlorian Uekermann
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
2016-03-09testing: implement 'Unordered Output' in Examples.Brady Catherman
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-12-29build: shorten a few packages with long testsRuss Cox
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
2015-07-03math/rand: improve NewZipf documentationJosh Bleecher Snyder
2015-05-13math/rand: shorten Float32 test for GOARM=5Brad Fitzpatrick
2014-12-23math/rand: fix example_test to show with the correct methodGuobiao Mei
2014-09-08build: move package sources from src/pkg to srcRuss Cox