Function shuffle_swap¶
-
template<class data_t>
void o2scl::shuffle_swap(data_t *base, size_t size, size_t i, size_t j)¶ Swap function for vector_shuffle()
Note
This function is based on the static GSL swap function in
randist/shuffle.c
.
Swap function for vector_shuffle()
Note
This function is based on the static GSL swap function in randist/shuffle.c
.