Reusable seed for a snapshot test
- Input
- hashStringToSeed('qa-fixture-042') -> createSeededRandomSource -> generateLicenseNumber('TX', source)
- Expected output
- 13803276 (idêntico em toda execução / identical on every run)
The same seed integer always drives the same mulberry32 sequence, so CI can diff against a fixed value instead of regenerating and comparing field by field on every run.