msvcrt: Reimplement rand() and srand() to use per-thread data for the
commitad8cb6133edce109406be63c1425899a90fa6146
authorAlexandre Julliard <julliard@winehq.org>
Sat, 14 Jan 2006 16:27:28 +0000 (14 17:27 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 14 Jan 2006 16:27:28 +0000 (14 17:27 +0100)
tree0ca8f0e7f6bdf60ef31cb3c378441cd7ee526454
parent2ec3b961355108176cb806797dc4836068d44c63
msvcrt: Reimplement rand() and srand() to use per-thread data for the
random seed.
dlls/msvcrt/misc.c
dlls/msvcrt/msvcrt.h
dlls/msvcrt/msvcrt.spec
dlls/msvcrt/tests/headers.c
dlls/msvcrt/thread.c