By Daniel · December 26, 2008
Returns a randomly-selected element of the given list
// ds_list_random_element(id) // Returns a randomly-selected element of the given list return ds_list_find_value(argument0, floor(random(ds_list_size(argument0))));
Categories: Data processing
There are no comments to display.
You must be signed in to post comments.