(to be used by: sigencoding_tests and radix_tests)
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING4831eca13dcf: tests: add LCG pseudorandom module
rABC4831eca13dcf: tests: add LCG pseudorandom module
run test_bitcoin
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- lcg_standalone
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4827 Build 7717: Bitcoin ABC Buildbot (legacy) Build 7716: arc lint + arc unit
Event Timeline
src/Makefile.test.include | ||
---|---|---|
68 ↗ | (On Diff #7098) | You need to add the .h here |
src/test/lcg.h | ||
15 ↗ | (On Diff #7098) | The return value is invalid. Only the upper 32 bits are pseudo random. |
20 ↗ | (On Diff #7098) | Constructor goes first. |
src/test/lcg_tests.cpp | ||
10 ↗ | (On Diff #7098) | remove |
11 ↗ | (On Diff #7098) | You may want to start several starting values. |