aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket/funcs_test.go
AgeCommit message (Collapse)Author
2026-01-03all: use SPDX license header formatShulhan
2023-09-13lib/websocket: 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.