This commit is contained in:
parent
8d721ccaaa
commit
01a091b174
@ -35,6 +35,6 @@ inline std::uint64_t rand64(std::uint64_t& state)
|
|||||||
void srand(const std::uint32_t& seed);
|
void srand(const std::uint32_t& seed);
|
||||||
std::uint32_t rand();
|
std::uint32_t rand();
|
||||||
|
|
||||||
}
|
}// namespace Peripherals
|
||||||
|
|
||||||
#endif//SKULLC_UTILITY_RAND_HPP
|
#endif//SKULLC_UTILITY_RAND_HPP
|
||||||
|
|||||||
@ -24,4 +24,4 @@ std::uint32_t rand()
|
|||||||
return rand32(rand_state);
|
return rand32(rand_state);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}// namespace Peripherals
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user