dump-runlisp-image.c: Initialize the random number generator a bit.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 13 May 2021 13:50:27 +0000 (14:50 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 13 May 2021 13:56:08 +0000 (14:56 +0100)
commit9ecf91d0ae3972c531a7312eb2e53d4a6b385860
tree5aca3cd81ec1ae5fda89f86e9649908e5a6357d0
parent6445760568e196c3239cdd08ec5432f96628f4cf
dump-runlisp-image.c: Initialize the random number generator a bit.

This is only used to pick names for temporary directories, so it doesn't
matter that it's rather predictable.  Indeed, even using the same
sequence every time wasn't particularly bad, but we can do better, and
so we should.
dump-runlisp-image.c