sharedstreets/trip-simulator

random from seed

Opened this issue · 0 comments

We're using the chance lib under the hood for providing pseudo-random values and distributions throughout the model. This lib allows a fixed seed string to be provided for reproducible output. This is useful for reproducing reported errors and behavior from the community, and will make it easier to write unit tests with meaningful assertions.