View original Gist on GitHub
Tags: #go #rng
seed := rand.NewSource(time.Now().UnixNano()) rng := rand.New(seed) rn := rng.Int()