summaryrefslogtreecommitdiff
path: root/blorem.lua
diff options
context:
space:
mode:
Diffstat (limited to 'blorem.lua')
-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