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