Appearance
fmt.Print(rand.Intn(100)) // 0.0 <= f < 1.0 fmt.Println(rand.Float64())
s1 := rand.NewSource(time.Now().UnixNano()) r1 := rand.New(s1)