use math/rand, no need in crypto

This commit is contained in:
Anton Kaliaev
2017-03-17 14:52:14 +04:00
parent 68b07b9c97
commit a6130910bf

View File

@ -1,10 +1,10 @@
package main package main
import ( import (
"crypto/rand"
"encoding/binary" "encoding/binary"
"encoding/hex" "encoding/hex"
"fmt" "fmt"
"math/rand"
"sync" "sync"
"time" "time"