Sign in
go
/
go
/
f80d002438016bf622c961a724ae05f306e6b721
/
src
/
pkg
/
rand
f2b5a07
delete float, complex - code changes
by Russ Cox
· 14 years ago
1959c3a
tests: fix prints
by Rob Pike
· 15 years ago
da392d9
build: no required environment variables
by Russ Cox
· 15 years ago
53f3d07
gofmt: more consistent formatting of const/var decls
by Robert Griesemer
· 15 years ago
5211472
rand: Zipf distributed random variates.
by William Josephson
· 15 years ago
f64bb56
rand: add explicit Int31n to avoid 64-bit divide on 32-bit machines
by Russ Cox
· 15 years ago
d65a5cc
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
a8ed75d
added benchmarks to rand_test.go;
by Roger Peppe
· 15 years ago
9165331
Make the operations on the global rng thread safe.
by Roger Peppe
· 15 years ago
6fc8207
go: makes it build for the case $GOROOT has whitespaces
by Sergio Luis O. B. Correia
· 15 years ago
9ac4449
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
by Russ Cox
· 15 years ago
3bb0032
- replaced gofmt expression formatting algorithm with
by Robert Griesemer
· 15 years ago
40621d5
remove semis after statements in one-statement statement lists
by Robert Griesemer
· 15 years ago
368f8cb
- fine-tuning of one-line func heuristic (nodes.go)
by Robert Griesemer
· 15 years ago
3342574
Define the new Rand and Source types to allow creating
by Dave Bort
· 15 years ago
9aa68db
Move rand.go to rng.go to prepare for some surgery.
by Dave Bort
· 15 years ago
9154943
apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync syscall testing time unicode unsafe utf8
by Russ Cox
· 15 years ago
b04ac10
convert non-low-level non-google pkg code to whole-package compilation.
by Russ Cox
· 16 years ago
d90e7cb
mv src/lib to src/pkg
by Rob Pike
· 16 years ago