9#include "seed_intf.hpp"
10#include "../utility/utility.hpp"
11#include "../macros.hpp"
14hi_export_module(hikogui.random.seed : impl);
Rules for working with win32 headers.
DOXYGEN BUG.
Definition algorithm_misc.hpp:20
void generate_seed(void *ptr, size_t size)
Load a random seed.
Definition seed_win32_impl.hpp:18
hi_export std::string get_last_error_message()
Get the OS error message from the last error received on this thread.
Definition exception_win32_impl.hpp:30
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:378