Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
RandomDeletion Struct Reference

Delete 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)
 

Detailed Description

Delete a random element at a random index.

Definition at line 38 of file vector.cpp.

Member Function Documentation

◆ mutate()

template<typename T >
static void RandomDeletion::mutate ( std::mt19937_64 rng,
std::vector< T > &  vec 
)
inlinestatic

Definition at line 39 of file vector.cpp.


The documentation for this struct was generated from the following file: