chiark
/
gitweb
/
~mdw
/
runlisp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
9ecf91d
)
dump-runlisp-image.c: Initialize the random number generator a bit.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 13 May 2021 13:50:27 +0000
(14:50 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 13 May 2021 13:56:08 +0000
(14:56 +0100)
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.
No differences found