scramble
scramble(
@llll ? ## required
@depth null
@mindepth 1
@maxdepth 1
) -> llll/null
note
scramble
is a built-in function in the bell programming language and is not unique or exclusive to bellplay~.
Shuffles randomly the elements of an llll.
Arguments
@llll
[llll] (required)@depth
[int/llll/null] (default:null
)@mindepth
[int] (default:1
)@maxdepth
[int] (default:1
)
Output
Shuffled llll. [llll/null]
warning
scramble
will return null
without raising an error if required arguments are not provided.