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
Age
Commit message (
Expand
)
Author
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-06-16
math/rand: mention half-open intervals explicitly
Russ Cox
2021-04-28
testing: add -shuffle=off|on|N to alter the execution order of tests and benc...
Paschalis Tsilias
2021-04-23
math/rand: make the security warning clearer and more prominent
Filippo Valsorda
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-01-04
math/rand: fix typo in comment
Toasa
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
2019-05-22
all: shorten some tests
Russ Cox
2019-03-25
math/rand: add example for Intn func
Vladimir Kovpak
2018-08-03
math/rand: improve package documentation
Benjamin Cable
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-05-12
math/rand: clarify documentation for Seed example
Agniva De Sarker
2018-04-16
math/rand: refactor rng.go
weeellz
2018-04-04
go/printer, gofmt: tuned table alignment for better results
Robert Griesemer
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-08-08
math/rand: use t.Helper in tests
Josh Bleecher Snyder
2017-08-08
math/rand: fix uniform distribution stddev in tests
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-11-16
math/rand: make floating point tests shorter on mips and mipsle
Brad Fitzpatrick
2016-10-03
math/rand: add Rand.Uint64
Florian Uekermann
2016-09-02
math/rand: document that NewSource sources race
David Glasser
2016-08-17
math/rand: Document origin of cooked pseudo-random numbers
Florian Uekermann
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
2016-03-09
testing: implement 'Unordered Output' in Examples.
Brady Catherman
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-12-29
build: shorten a few packages with long tests
Russ Cox
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
2015-07-03
math/rand: improve NewZipf documentation
Josh Bleecher Snyder
2015-05-13
math/rand: shorten Float32 test for GOARM=5
Brad Fitzpatrick
2014-12-23
math/rand: fix example_test to show with the correct method
Guobiao Mei
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]