github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/files/extern/p1/s2.gno (about)

     1  package p1
     2  
     3  import "math/rand"
     4  
     5  var Uint32 = rand.Uint32
     6  
     7  func init() { rand.Seed(1) }