github.com/traefik/yaegi@v0.15.1/_test/p1/s2.go (about) 1 package p1 2 3 import "math/rand" 4 5 var Uint32 = rand.Uint32 6 7 func init() { rand.Seed(1) }