Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
uint16_t.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4#include <random>
5
8
9void mutate_uint16_t(uint16_t& value, std::mt19937_64& rng, const Uint16MutationConfig& config);
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13
void mutate_uint16_t(uint16_t &value, std::mt19937_64 &rng, const Uint16MutationConfig &config)
Definition uint16_t.cpp:4