tendermint/blockchain
Dev Ojha dae7dc30e0 Switch usage of math/rand to cmn's rand (#1980)
This commit switches all usage of math/rand to cmn's rand. The only
exceptions are within the random file itself, the tools package, and the
crypto package. In tools you don't want it to lock between the go-routines.
The crypto package doesn't use it so the crypto package have no other
dependencies within tendermint/tendermint for easier portability.

Crypto/rand usage is unadjusted.

Closes #1343
2018-07-16 11:20:37 +04:00
..
pool.go fix import paths 2018-07-01 22:36:49 -04:00
pool_test.go Switch usage of math/rand to cmn's rand (#1980) 2018-07-16 11:20:37 +04:00
reactor.go unexport DecodeMessage functions 2018-07-09 13:01:23 +04:00
reactor_test.go fix import paths 2018-07-01 22:36:49 -04:00
store.go fix import paths 2018-07-01 22:36:49 -04:00
store_test.go fix import paths 2018-07-01 22:36:49 -04:00
wire.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00