Replace rand() & ((1 << N) - 1) with randbits(N) in tests
Summary: As per title
Test Plan:
make check
Reviewers: schancel, #bitcoin_abc
Reviewed By: schancel, #bitcoin_abc
Differential Revision: https://reviews.bitcoinabc.org/D888
Replace rand() & ((1 << N) - 1) with randbits(N) in tests Tags None Subscribers None
Description
Details
|