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 |
6 years ago | |
---|---|---|
.. | ||
client | fix import paths | 6 years ago |
core | fix import paths | 6 years ago |
grpc | fix import paths | 6 years ago |
lib | Switch usage of math/rand to cmn's rand (#1980) | 6 years ago |
test | fix import paths | 6 years ago |