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