summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2025-11-02 20:12:37 +0000
committerubq323 <ubq323@ubq323.website>2025-11-02 20:12:37 +0000
commitb7f3c4480a255be1874ba048c8257d00d1c0364a (patch)
tree446a982b1d8d06073c7a55fe40db8026340e5ce1
parent47ffcf781e29fbc02b51365d2c4332fe97eba694 (diff)
add blorem
-rw-r--r--blorem.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/blorem.lua b/blorem.lua
new file mode 100644
index 0000000..860c66b
--- /dev/null
+++ b/blorem.lua
@@ -0,0 +1 @@
+return function() local o={} for i=1,math.random(25,150) do local i,u=0,1 repeat i=i+1 u=u*math.random() until u<math.exp(-4.79) table.insert(o, ("b"):rep(i)) end return table.concat(o," ") end