mirror of
https://github.com/fumiama/gofastTEA.git
synced 2026-06-30 15:00:23 +08:00
optimize: drop linkname
This commit is contained in:
11
rand_1.22.go
Normal file
11
rand_1.22.go
Normal file
@@ -0,0 +1,11 @@
|
||||
//go:build go1.22
|
||||
|
||||
package tea
|
||||
|
||||
import (
|
||||
"math/rand/v2"
|
||||
)
|
||||
|
||||
func randuint32() uint32 {
|
||||
return rand.Uint32()
|
||||
}
|
||||
Reference in New Issue
Block a user