VIPRA Documentation
Loading...
Searching...
No Matches
parameter.hpp
1#pragma once
2
3#include <cstddef>
4#include <vector>
5#include "vipra/types/tags.hpp"
6namespace VIPRA {
7struct Parameter {
8 enum class RandomType { NONE, RANGE, DISCRETE };
9};
10} // namespace VIPRA
Definition parameter.hpp:7