Skip to content
Snippets Groups Projects
user avatar
Peter Tyser authored
Replace random()/srandom() use with rand()/srand() to support
compilation with the mingw toolchain.  The rand()/srand() functions are
generally more common and are functionally equivalent to the original
random()/srandom() calls.

Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
2eeb4e95
History
Name Last commit Last update
..