summaryrefslogtreecommitdiff
path: root/src/math/rand
Commit message (Expand)AuthorAgeFilesLines
* 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