| 208 | } |
| 209 | |
| 210 | prevector_tester() { |
| 211 | SeedInsecureRand(); |
| 212 | rand_seed = InsecureRand256(); |
| 213 | rand_cache = FastRandomContext(rand_seed); |
| 214 | } |
| 215 | }; |
| 216 | |
| 217 | BOOST_AUTO_TEST_CASE(PrevectorTestInt) |
nothing calls this directly
no test coverage detected