shared_list
Procs | |
Has | TRUE if entry is in the backing list as a value or key. |
---|---|
Len | The length of the backing list. |
Pick | Returns a result, or list of results, randomly selected from the backing list by pick(). |
PickWeight | Returns a result, or list of results, randomly selected from the backing map by pickweight(). |
Proc Details
Has
TRUE if entry is in the backing list as a value or key.
Len
The length of the backing list.
Pick
Returns a result, or list of results, randomly selected from the backing list by pick().
PickWeight
Returns a result, or list of results, randomly selected from the backing map by pickweight().