• Eli Zaretskii's avatar
    Serialize random number generation on MS-Windows · a78a167a
    Eli Zaretskii authored
    * src/w32.c (rand_as183): New function.
    (random): Use it instead of MS runtime's 'rand'.  This avoids
    producing separate and identical random series in each Lisp
    thread.
    (srandom): Modify to supply 3 seed values to 'rand_as183'.
    a78a167a
w32.c 267 KB