aboutsummaryrefslogtreecommitdiff
path: root/src/math/rand
AgeCommit message (Expand)Author
9 daysstd: fix calls to Printf(s) with non-constant sAlan Donovan
10 daysmath/rand/v2: add ChaCha8.ReadFilippo Valsorda
11 daysmath/rand/v2: drop pointer receiver on zero-width typeBrad Fitzpatrick
2024-05-16math/rand/v2: use max builtin in testsTobias Klauser
2024-05-13math/rand/v2, math/big: use internal/byteorderMateusz Poliwczak
2024-05-07math/rand/v2: add UintRuss Cox
2024-03-04math/rand, math/rand/v2: rename receiver variablesOleksandr Redko
2024-02-19math/rand/v2: use a doc link for crypto/randDaniel Martí
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-12-05math/rand/v2: add ChaCha8Russ Cox
2023-11-20Revert "math/rand/v2: add ChaCha8"Michael Knyszek
2023-11-20all: add floating point option for ARM targetsLudi Rehak
2023-11-19math/rand/v2: add ChaCha8Russ Cox
2023-10-30math/rand/v2: delete Mitchell/Reeds sourceRuss Cox
2023-10-30math/rand/v2: add PCG-DXSMRuss Cox
2023-10-30math/rand/v2: simplify PermRuss Cox
2023-10-30math/rand/v2: remove bias in ExpFloat64 and NormFloat64Branden Brown
2023-10-30math/rand/v2: optimize Float32, Float64Russ Cox
2023-10-30math/rand/v2: add, optimize N, UintN, Uint32N, Uint64NRuss Cox
2023-10-30math/rand/v2: change Source to use uint64Russ Cox
2023-10-30math/rand/v2: update benchmarksRuss Cox
2023-10-30math/rand/v2: remove Rand.SeedRuss Cox
2023-10-30math/rand/v2: clean up regression testRuss Cox
2023-10-30math/rand/v2: remove ReadRuss Cox
2023-10-30math/rand/v2: rename various functionsRuss Cox
2023-10-30math/rand/v2: start of new APIRuss Cox
2023-10-19math: add available godoc linkcui fliter
2023-08-17math/big, math/rand: use the built-in max functionchanxuehong
2023-04-04math/rand: clarify Seed deprecation noteIan Lance Taylor
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-02-10math/rand: fix typo in Seed deprecation commentValentin Deleplace
2023-02-09math/rand: rewrite the math/rand package comment to say what it's good forRob Pike
2023-02-07math/rand: use fastrand64 if possibleIan Lance Taylor
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2022-11-16math/rand: deprecate SeedRuss Cox
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-10-27math/rand: deprecate Readhopehook
2022-10-26all: remove uses of rand.SeedRuss Cox
2022-10-25math/rand: auto-seed global sourceRuss Cox
2022-10-18math/rand: refactor to delay allocation of global sourceRuss Cox
2022-09-02math/rand: document that Source returned by NewSource implements Source64Jonathan FOng
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-06-16math/rand: mention half-open intervals explicitlyRuss Cox
2021-04-28testing: add -shuffle=off|on|N to alter the execution order of tests and benc...Paschalis Tsilias
2021-04-23math/rand: make the security warning clearer and more prominentFilippo Valsorda
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-04math/rand: fix typo in commentToasa