Garry's Mod Wiki

table.Shuffle

  table.Shuffle( table target )

Description

Performs an inline Fisher-Yates shuffle on the table in O(n) time

Arguments

1 table target
The table to shuffle.