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