From c3089b0eb0029351c7ab589c40feb1f3e6d2cd30 Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Mon, 23 Apr 2018 02:43:11 -0700 Subject: [PATCH] upd readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0e2aeb..24e77f5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ A collection of functions for Lua, geared towards game development. This fork incorporates randomization from the LOVE engine's math library if -available, and uses a local for random calls. +available, uses a local for random calls, and adds a function for setting the +seed for its randomizer. ## Installation