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
import (
"crypto/rand"
"encoding/binary"
"encoding/hex"
"fmt"
"math/rand"
"sync"
"time"