Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llListRandomize

LSL
list llListRandomize(list src, 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

TypeName
list src
integer stride
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL