HikoGUI
Select Version:
⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
random.hpp
1
2#pragma once
3
4#include "dither.hpp" // export
5#include "seed.hpp" // export
6#include "xorshift128p.hpp" // export
7
8hi_export_module(hikogui.random);
Cryptographically secure entropy.