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 80fb4a9a3d2eUnpublished Tags None Subscribers None
Description
Details
|