Sign in
go
/
go
/
go1.16
/
src
/
math
/
rand
9eef49c
math/rand: fix typo in comment
by Toasa
· 4 years, 1 month ago
7d1d944
math/rand: update comment to avoid use of ^ for exponentiation
by Brad Fitzpatrick
· 5 years ago
5f1aeae
math/rand: devirtualize interface call in Read
by Carlo Alberto Ferraris
· 5 years ago
9313657
math/rand: devirtualize interface in lockedSource
by Carlo Alberto Ferraris
· 5 years ago
06b0bab
all: shorten some tests
by Russ Cox
· 6 years ago
9a8979d
math/rand: add example for Intn func
by Vladimir Kovpak
· 6 years ago
669ac12
math/rand: improve package documentation
by Benjamin Cable
· 6 years ago
161874d
all: update comment URLs from HTTP to HTTPS, where possible
by Tim Cooper
· 7 years ago
f94b5a8
math/rand: clarify documentation for Seed example
by Agniva De Sarker
· 7 years ago
a2ffe3e
math/rand: refactor rng.go
by weeellz
· 7 years ago
542ea5a
go/printer, gofmt: tuned table alignment for better results
by Robert Griesemer
· 7 years ago
3526c40
math/rand: typo fixed in documentation of seedPos
by Paul PISCUC
· 7 years ago
d9a198c
Revert "math/rand: make Perm match Shuffle"
by Russ Cox
· 7 years ago
9cc170f
math/rand: fix comment for Shuffle
by Burak Guven
· 7 years ago
44f7fd0
math/rand: change http to https in comment
by Ian Lance Taylor
· 7 years ago
caae091
math/rand: make Perm match Shuffle
by Josh Bleecher Snyder
· 7 years ago
a2dfe5d
math/rand: add Shuffle
by Josh Bleecher Snyder
· 8 years ago
6b53dd4
math/rand: use t.Helper in tests
by Josh Bleecher Snyder
· 7 years ago
ca19f2f
math/rand: fix uniform distribution stddev in tests
by Josh Bleecher Snyder
· 7 years ago
a83d017
math/rand: add concurrency warning to overview comment
by Aditya Mukerjee
· 8 years ago
3f69822
math/rand: export Source64, mainly for documentation value
by Russ Cox
· 8 years ago
d8b14c5
math/rand: make floating point tests shorter on mips and mipsle
by Brad Fitzpatrick
· 8 years ago
003a598
math/rand: add Rand.Uint64
by Florian Uekermann
· 8 years ago
82bc0d4
math/rand: document that NewSource sources race
by David Glasser
· 8 years ago
507144c
math/rand: Document origin of cooked pseudo-random numbers
by Florian Uekermann
· 9 years ago
fb3cf5c
math/rand: fix raciness in Rand.Read
by Ian Lance Taylor
· 9 years ago
8d966ba
math/rand: fix io.Reader implementation
by Dmitri Popov
· 9 years ago
33fa855
math/rand: fix comment about bits of seed used by the default Source
by Konstantin Shaposhnikov
· 9 years ago
3474610
math/rand: Doc fix for how many bits Seed uses
by Jeff R. Allen
· 9 years ago
9323de3
testing: implement 'Unordered Output' in Examples.
by Brady Catherman
· 9 years ago
5194744
all: make copyright headers consistent with one space after period
by Brad Fitzpatrick
· 9 years ago
04d732b
build: shorten a few packages with long tests
by Russ Cox
· 9 years ago
38255cb
math/rand: improve uniformity of rand.Float64,Float32
by David Chase
· 9 years ago
fb01ad2
math/rand: add a comment for the i=0 iteration
by Jingguo Yao
· 9 years ago
f9e404c
math/rand: make Rand fulfill the Reader interface
by Spencer Nelson
· 9 years ago
7cabade
math/rand: warn against using package for security-sensitive work
by Andrey Petrov
· 9 years ago
71832ff
math/rand: improve NewZipf documentation
by Josh Bleecher Snyder
· 10 years ago
f8fbcef
math/rand: shorten Float32 test for GOARM=5
by Brad Fitzpatrick
· 10 years ago
59cb2d9
math/rand: fix example_test to show with the correct method
by Guobiao Mei
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 10 years ago