diff --git a/index.html b/index.html
index fbb792b..acc2e37 100755
--- a/index.html
+++ b/index.html
@@ -450,6 +450,7 @@
table manipulation
count(t) -- returns number of elements in the table
del(t, v) -- delete first instance of v in t
foreach(t, f) -- call f() for each v in t
+rnd(t) -- returns a random element from t
pairs(t) -- used in 'for k,v in pairs(t)' loops