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