selfcare init
This commit is contained in:
12
proxy_go/public/go-oi@v1.0.0/test/randomness.go
Normal file
12
proxy_go/public/go-oi@v1.0.0/test/randomness.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package oitest
|
||||
|
||||
|
||||
import (
|
||||
"math/rand"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
||||
var (
|
||||
randomness = rand.New(rand.NewSource( time.Now().UTC().UnixNano() ))
|
||||
)
|
||||
Reference in New Issue
Block a user