From 2489f58cc6dab3acbd0bd4f9c1b5bc5cb158f7d8 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 22 Oct 2015 10:42:12 +0200 Subject: Seed UnixTime --- verify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verify.go b/verify.go index ffb4c54..9403e50 100644 --- a/verify.go +++ b/verify.go @@ -16,7 +16,7 @@ type testCase struct { } func init() { - rand.Seed(time.Now().Unix()) + rand.Seed(time.Now().UnixNano()) } var cases = map[string]testCase{ -- cgit v1.2.3