Open samclane opened 5 years ago
Currently, a different random seed is passed every time the Test Suite is run. This leaves room for some edge cases which cause the tests to fail (ex: all Actors spawn on a tiny island and can't move). A consistent random seed needs to be set.
Actors
random
Currently, a different random seed is passed every time the Test Suite is run. This leaves room for some edge cases which cause the tests to fail (ex: all
Actors
spawn on a tiny island and can't move). A consistentrandom
seed needs to be set.