VIPRA Documentation
Loading...
Searching...
No Matches
seed.hpp
1#pragma once
2
3#include <cstdint>
4
5namespace VIPRA {
6using seed = uint64_t;
7}