chore: remove deprecated rand.Seed calls#339
Conversation
Signed-off-by: joohwan <piwriw@163.com>
|
Claude finished @Piwriw's task in 41s —— View job PR #339 Review: chore: remove deprecated rand.Seed callsProgress:
Review SummaryThis is a straightforward cleanup removing deprecated Changes look correct:
No issues found. This is a clean, minimal change that eliminates the deprecation warnings that Go 1.20+ produces for |
fslongjin
left a comment
There was a problem hiding this comment.
LGTM. Removing the deprecated global rand.Seed calls is consistent with the current Go 1.24 toolchain, and the related node randomness test passed locally.
No description provided.