library: math/rand

This commit is contained in:
xushiwei
2024-07-30 21:41:26 +08:00
parent e7d959da90
commit cacd52f81d
13 changed files with 1342 additions and 19 deletions

3
c/c.go
View File

@@ -227,9 +227,6 @@ func Perror(s *Char)
// -----------------------------------------------------------------------------
//go:linkname Time C.time
func Time(*int32) int32
//go:linkname Usleep C.usleep
func Usleep(useconds Uint) Int