diff options
| author | the lemons <citrons@mondecitronne.com> | 2022-08-22 07:58:49 -0500 |
|---|---|---|
| committer | the lemons <citrons@mondecitronne.com> | 2022-08-22 07:59:33 -0500 |
| commit | 5f62bfc3e32b03d9d0d771852df215a5ed0598ec (patch) | |
| tree | 20c14fb3a592f31d8e828ce3a3b0acdf636b6318 /wordgen.lua | |
| parent | c276fed671b4cfcce5103a6def5f48b6f77ac6f3 (diff) | |
remove the
Diffstat (limited to 'wordgen.lua')
| -rw-r--r-- | wordgen.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wordgen.lua b/wordgen.lua index 4d90934..773f955 100644 --- a/wordgen.lua +++ b/wordgen.lua @@ -1,3 +1,6 @@ +-- word generator +-- not all output is good or even phonotactically valid + math.randomseed(os.time()) local function R(bee, dist) |
