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