HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
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.