38 #ifndef FCL_MATH_DETAIL_SEED_H 39 #define FCL_MATH_DETAIL_SEED_H 42 #include "fcl/export.h" 53 static bool isFirstSeedGenerated();
55 static std::uint_fast32_t getUserSetSeed();
57 static void setUserSetSeed(std::uint_fast32_t seed);
59 static std::uint_fast32_t getFirstSeed();
64 static std::uint_fast32_t getNextSeed();
70 static Seed& getInstance();
std::uint_fast32_t userSetSeed
The seed the user asked for (cannot be 0)
std::uint_fast32_t firstSeedValue
The value of the first seed.
bool firstSeedGenerated
Flag indicating whether the first seed has already been generated or not.