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 |
server | Uint64 | 6 years ago |
test | fix import paths | 6 years ago |
types | set pubsub default capacity to 0 | 6 years ago |
doc.go | fixes for tools repo merge (#1945) | 6 years ago |
rpc_test.go | Switch usage of math/rand to cmn's rand (#1980) | 6 years ago |
version.go | rpc -> rpc/lib and rpc/tendermint -> rpc | 8 years ago |