Remove use of crypto rand in tests

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
Derek McGowan
2018-07-12 15:16:08 -07:00
parent cce0a46c8a
commit 1c6929cbd4
2 changed files with 4 additions and 5 deletions

View File

@@ -18,8 +18,8 @@ package compression
import (
"bytes"
"crypto/rand"
"io/ioutil"
"math/rand"
"testing"
)