Skip to content

loghole/gorand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gorand

threadsafe math/rand NewSource

Usage

  rnd := rand.New(gorand.NewSource(time.Now().UnixNano()))
  log.Println(rnd.Int63())