|
HikoGUI
A low latency retained GUI
|
#include <hikogui/random/seed_intf.hpp>
Public Member Functions | |
| T | operator() () const |
| T | operator() () const |
Randomly generate an object.
Each specialization defines the operator() const that will return randomly generated instance of the type.
| T | The type to return from operator() const. |