From 727d3541a122795b405208242e6fdf7f8b5add07 Mon Sep 17 00:00:00 2001 From: ame Date: Mon, 29 Jun 2026 05:48:58 -0500 Subject: :detatch fix and math.random --- docs/readme.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/readme.md b/docs/readme.md index 83c02e5..c1f2bb0 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -2,6 +2,10 @@ > all files besides this and the content of net/ are out of date! ill be working on them later +# dont use lua builtin random!!!!!! + +> lullaby provides its own random function llby.math.random(M?, N?). for now atleast you may run into issues using the builtin math.random when multithreading, this may affect some other lua utils + (name subject to change) with the library in the same directory [(or one of the other valid search locations)](https://www.lua.org/pil/8.1.html) -- cgit v1.2.3