aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorame <[email protected]>2026-06-29 05:48:58 -0500
committerame <[email protected]>2026-06-29 05:48:58 -0500
commit727d3541a122795b405208242e6fdf7f8b5add07 (patch)
treedb049f349f669d37c6bf7d7feea18481a4f8b2d9 /docs
parent4ecdd3c18ccc5d3bcaa82ed720bf28443aa0ca9d (diff)
:detatch fix and math.random
Diffstat (limited to 'docs')
-rw-r--r--docs/readme.md4
1 files changed, 4 insertions, 0 deletions
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)