aboutsummaryrefslogtreecommitdiff
path: root/lib/numbers/int.go
AgeCommit message (Collapse)Author
10 daysall: apply go fixShulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
With help of spdxconv tool [1], we able to bulk update all files license and copyright format to comply with SPDX formats. [1] https://kilabit.info/project/spdxconv/
2024-01-24all: fix the warnings from linter reviveShulhan
This rename all variable "Ids" into "ListID".
2023-09-13lib/numbers: replace package "math/rand" with "crypto/rand"Shulhan
The rand.Seed has been deprecated since Go 1.20 (we use 1.20 in go.mod). The problem is if the user of this module is using Go tools < v1.20, there is no guarantee that the Seed is initialize randomly.
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2018-09-17Merge package "github.com/shuLhan/numerus" into "lib/numbers"Shulhan