Files
gf/geg/other/test.go

15 lines
127 B
Go

package main
import (
"fmt"
"github.com/gogf/gf/g/util/grand"
)
func main() {
for {
fmt.Println(grand.Intn(100))
}
}