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