Use seeded rng for simulations

This commit is contained in:
Michael Zhu
2019-11-26 13:46:25 -08:00
parent 6b0f3570b9
commit d11cdcd5d2
10 changed files with 69 additions and 26 deletions

View File

@@ -50,7 +50,7 @@ export {
export { blockchainTests, BlockchainTestsEnvironment, describe } from './mocha_blockchain';
export { chaiSetup, expect } from './chai_setup';
export { getCodesizeFromArtifact } from './codesize';
export { shortZip } from './lang_utils';
export { replaceKeysDeep, shortZip } from './lang_utils';
export {
assertIntegerRoughlyEquals,
assertRoughlyEquals,