Ensure that bucket placement is always the same for testing purposes.
| 23 | |
| 24 | //! Ensure that bucket placement is always the same for testing purposes. |
| 25 | void MakeDeterministic() |
| 26 | { |
| 27 | nKey.SetNull(); |
| 28 | seed_insecure_rand(true); |
| 29 | } |
| 30 | |
| 31 | int RandomInt(int nMax) |
| 32 | { |
no test coverage detected