shuffle for filters

Shuffle rows randomly.

Signature

> shuffle {flags}

Input/output types:

inputoutput
list<any>list<any>

Examples

Shuffle rows randomly (execute it several times and see the difference)

> [[version patch]; ['1.0.0' false] ['3.0.1' true] ['2.0.0' false]] | shuffle