summaryrefslogtreecommitdiff
path: root/src/math/rand
Commit message (Expand)AuthorAgeFilesLines
* math/rand: mention half-open intervals explicitlyRuss Cox2021-06-161-17/+15
* testing: add -shuffle=off|on|N to alter the execution order of tests and benc...Paschalis Tsilias2021-04-283-3/+25
* math/rand: make the security warning clearer and more prominentFilippo Valsorda2021-04-231-3/+5
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* math/rand: fix typo in commentToasa2021-01-041-1/+1
* math/rand: update comment to avoid use of ^ for exponentiationBrad Fitzpatrick2019-12-041-1/+1
* math/rand: devirtualize interface call in ReadCarlo Alberto Ferraris2019-09-301-4/+9
* math/rand: devirtualize interface in lockedSourceCarlo Alberto Ferraris2019-09-292-2/+13
* all: shorten some testsRuss Cox2019-05-221-1/+1
* math/rand: add example for Intn funcVladimir Kovpak2019-03-251-0/+15
* math/rand: improve package documentationBenjamin Cable2018-08-032-3/+6
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-1/+1
* math/rand: clarify documentation for Seed exampleAgniva De Sarker2018-05-121-1/+4
* math/rand: refactor rng.goweeellz2018-04-161-25/+28
* go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer2018-04-041-254/+254
* math/rand: typo fixed in documentation of seedPosPaul PISCUC2018-01-041-1/+1
* Revert "math/rand: make Perm match Shuffle"Russ Cox2017-11-163-35/+27
* math/rand: fix comment for ShuffleBurak Guven2017-09-141-1/+1
* math/rand: change http to https in commentIan Lance Taylor2017-09-081-2/+2
* math/rand: make Perm match ShuffleJosh Bleecher Snyder2017-09-084-28/+36
* math/rand: add ShuffleJosh Bleecher Snyder2017-09-083-0/+217
* math/rand: use t.Helper in testsJosh Bleecher Snyder2017-08-081-0/+2
* math/rand: fix uniform distribution stddev in testsJosh Bleecher Snyder2017-08-081-1/+1
* math/rand: add concurrency warning to overview commentAditya Mukerjee2017-07-151-1/+2
* math/rand: export Source64, mainly for documentation valueRuss Cox2016-11-231-8/+11
* math/rand: make floating point tests shorter on mips and mipsleBrad Fitzpatrick2016-11-161-1/+14
* math/rand: add Rand.Uint64Florian Uekermann2016-10-034-149/+204
* math/rand: document that NewSource sources raceDavid Glasser2016-09-021-0/+2
* math/rand: Document origin of cooked pseudo-random numbersFlorian Uekermann2016-08-171-0/+89
* math/rand: fix raciness in Rand.ReadIan Lance Taylor2016-07-112-5/+84
* math/rand: fix io.Reader implementationDmitri Popov2016-06-273-28/+84
* math/rand: fix comment about bits of seed used by the default SourceKonstantin Shaposhnikov2016-06-261-2/+2
* math/rand: Doc fix for how many bits Seed usesJeff R. Allen2016-05-241-1/+2
* testing: implement 'Unordered Output' in Examples.Brady Catherman2016-03-091-0/+10
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* build: shorten a few packages with long testsRuss Cox2015-12-291-1/+3
* math/rand: improve uniformity of rand.Float64,Float32David Chase2015-12-111-14/+11
* math/rand: add a comment for the i=0 iterationJingguo Yao2015-11-151-0/+5
* math/rand: make Rand fulfill the Reader interfaceSpencer Nelson2015-09-163-24/+150
* math/rand: warn against using package for security-sensitive workAndrey Petrov2015-07-301-0/+3
* math/rand: improve NewZipf documentationJosh Bleecher Snyder2015-07-031-2/+4
* math/rand: shorten Float32 test for GOARM=5Brad Fitzpatrick2015-05-131-2/+11
* math/rand: fix example_test to show with the correct methodGuobiao Mei2014-12-231-2/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-088-0/+1796