Source: Software Testing course at ITMO university by Kochubeev Nikolay Sergeevich
Random-based tests
Random data allows you to identify unexpected bugs when testing. But in order for the tests to be Repeatable (by FIRST), you need to set a fixed seed.