summaryrefslogtreecommitdiff
path: root/internal/funcs/random.go
AgeCommit message (Collapse)Author
2025-03-10chore(refactoring): Refactor/modernizations (#2345)Dave Henderson
chore(refactoring): Refactor with modernization refactorings * range over int * replace interface{} with any * replace common map operations with maps.Copy/maps.Clone * simplifying loops with slices.Contains/ContainsFunc * modernize benchmarks with b.Loop * modernize tests with t.Context * use fmt.Appendf * range over strings.SplitSeq * use new stdlib crypto/pbkdf2 package --------- Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-11-10fix(lint): Address new lint warnings from golangci-lint 1.62 (#2256)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-06-16chore(api)!: Error instead of returning 0 on invalid inputs to conv.* ↵Dave Henderson
functions (#2104) Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-01-25Remove deprecated functions (#1978)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2024-01-25Move funcs package to internal (#1977)Dave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>