|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Mutate a random element at a random index. More...
Static Public Member Functions | |
| template<typename T > | |
| static void | mutate (std::mt19937_64 &rng, std::vector< T > &vec, std::function< void(T &, std::mt19937_64 &)> mutate_element_function) |
Mutate a random element at a random index.
Definition at line 63 of file vector.cpp.
|
inlinestatic |
Definition at line 65 of file vector.cpp.