tendermint/lite
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
..
client Move abci imports 2018-06-22 07:28:07 +02:00
errors Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
files fix import paths 2018-07-01 22:36:49 -04:00
proxy fix import paths 2018-07-01 22:36:49 -04:00
commit.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
doc.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
dynamic_certifier.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
dynamic_certifier_test.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
helpers.go more changes from #1721 2018-06-20 20:25:08 -07:00
inquiring_certifier.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
inquiring_certifier_test.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
memprovider.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
performance_test.go Switch usage of math/rand to cmn's rand (#1980) 2018-07-16 11:20:37 +04:00
provider.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
provider_test.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
static_certifier.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
static_certifier_test.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00