This is a few combined iterations on the DAS feature.
This will hopefully make it easier to reproduce test failures that happen intermittently, especially in CI.
This sets a default-but-query-configurable Faker seed in development, via faker-seed. It also changes uses of Math.random to use Faker’s randomness so auto-generated data remains stable in development.