[#wallet-CoinsResult-Shuffle] = xref:wallet.adoc[wallet]::xref:wallet/CoinsResult.adoc[CoinsResult]::Shuffle :relfileprefix: ../../ :mrdocs: Randomly shuffle the stored coins. == Synopsis Declared in `<wallet/spend.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Shuffle(xref:FastRandomContext.adoc[FastRandomContext]& rng_fast); ---- == Parameters [cols="1,4"] |=== | Name| Description | *rng_fast* | The random context used to shuffle the coins. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#