]> Cypherpunks.ru repositories - gostls13.git/history - src/math/rand/v2/rand.go
math/rand/v2: simplify Perm
[gostls13.git] / src / math / rand / v2 / rand.go
2023-10-30 Russ Coxmath/rand/v2: simplify Perm
2023-10-30 Russ Coxmath/rand/v2: optimize Float32, Float64
2023-10-30 Russ Coxmath/rand/v2: add, optimize N, UintN, Uint32N, Uint64N
2023-10-30 Russ Coxmath/rand/v2: change Source to use uint64
2023-10-30 Russ Coxmath/rand/v2: remove Rand.Seed
2023-10-30 Russ Coxmath/rand/v2: remove Read
2023-10-30 Russ Coxmath/rand/v2: rename various functions
2023-10-30 Russ Coxmath/rand/v2: start of new API