Randomly shuffle the stored coins.

Synopsis

Declared in <wallet/spend.h>

void
Shuffle(FastRandomContext& rng_fast);

Parameters

Name

Description

rng_fast

The random context used to shuffle the coins.

Created with MrDocs