llListRandomize
list llListRandomize(list ListVariable, integer Stride)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(list) -
Stride(integer)
Examples
Section titled “Examples”Add example usage here.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related pages can be linked here