MCPcopy Create free account
hub / github.com/ChainSafe/Delorean-Protocol / seeded_builder

Function seeded_builder

fendermint/testing/src/smt.rs:115–117  ·  view source on GitHub ↗

Seed a new builder. The seed carries the size as well as the initial randomness.

(seed: u64)

Source from the content-addressed store, hash-verified

113
114/// Seed a new builder. The seed carries the size as well as the initial randomness.
115pub fn seeded_builder(seed: u64) -> arbtest::Builder {
116 arbtest::builder().seed(seed)
117}
118
119/// Run a state machine test as a `#[test]`.
120///

Callers 1

counter_with_seedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected