ref: 926d947260f129e14654dd68bb4a305226118e3d
parent: 1eaa7d33dcccb7de34031d0c8f3d59d2d010de95
author: qwx <qwx@sciops.net>
date: Fri Oct 2 03:21:49 EDT 2020
fs: maybe call srand one day tonight on IT'S THE MIND, we examine the phenomenon of déjà-vu, that strange feeling we sometimes get that we've lived through something before, that what is happening now has already happened.
--- a/fs.c
+++ b/fs.c
@@ -620,5 +620,6 @@
fprint(2, "init: %r\n");
loaddb(dbname);
loaddb(mapname);
+ srand();
initdb();
}