reshuffle method

void reshuffle()

Implementation

void reshuffle() {
  if (_engine == ffi.nullptr) return;
  _reshuffle(_engine);
}