Browse Source

use math/rand, no need in crypto

pull/1943/head
Anton Kaliaev 8 years ago
parent
commit
a6130910bf
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tm-bench/transacter.go

+ 1
- 1
tm-bench/transacter.go View File

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


Loading…
Cancel
Save