aboutsummaryrefslogtreecommitdiff
path: root/src/math/rand
AgeCommit message (Expand)Author
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-02-25all: surround -test.run arguments with ^$qmuntal
2024-12-04math/rand/v2: replace <= 0 with == 0 for Uint function docsJorropo
2024-11-20internal/byteorder: use canonical Go casing in namesRuss Cox
2024-09-03math,os,os/*: use testenv.ExecutableKir Kolyshkin
2024-08-21crypto/x509,math/rand/v2: implement the encoding.(Binary|Text)Appenderapocelipes
2024-08-19math/rand: make calls to Seed no-opPaschalis T
2024-05-23std: fix calls to Printf(s) with non-constant sAlan Donovan
2024-05-22math/rand/v2: add ChaCha8.ReadFilippo Valsorda
2024-05-22math/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