upd readme

This commit is contained in:
Paul Liverman III 2018-04-23 02:43:11 -07:00
parent fb7b826942
commit c3089b0eb0

View File

@ -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