shuffle
指定された配列またはスライスのランダム置換を返します。
{{ shuffle (seq 1 2 3) }} → [3 1 2]
{{ shuffle (slice "a" "b" "c") }} → [b a c]
結果はビルドごとに異なります。
指定された配列またはスライスのランダム置換を返します。
{{ shuffle (seq 1 2 3) }} → [3 1 2]
{{ shuffle (slice "a" "b" "c") }} → [b a c]
結果はビルドごとに異なります。