blob: 11bfe99704bdc295eeeacec55377d59f2c9c9254 [file] [log] [blame]
#ifndef AOS_TESTING_RANDOM_SEED_H_
#define AOS_TESTING_RANDOM_SEED_H_
namespace aos::testing {
// Returns the random seed to use for testing.
//
// This is ${TEST_RANDOM_SEED} if it is set or 1.
int RandomSeed();
} // namespace aos::testing
#endif // AOS_TESTING_RANDOM_SEED_H_