llListRandomize
function ll.ListRandomize(ListVariable: {any}, Stride: number): {any}Returns a version of the input ListVariable which has been randomized by blocks of size Stride.
If the remainder from the length of the list, divided by the stride is non-zero, this function does not randomize the list.
Parameters
-
ListVariable({any}) -
Stride(number)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.ListRandomize().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llListRandomize