Merge: Srand by default
authorJean Privat <jean@pryen.org>
Mon, 17 Nov 2014 22:55:32 +0000 (17:55 -0500)
committerJean Privat <jean@pryen.org>
Mon, 17 Nov 2014 22:55:32 +0000 (17:55 -0500)
commitd72a7e5b07a5fd24a659f4144857462643d11843
tree85f7c6c5b04740a48363ed48f5312dc51be788d6
parent91bcf4febd776aa8ca7825ac38831621a040f587
parent36e81770d7e036092940f94cdf3411ff8fe16ecb
Merge: Srand by default

Some people found that it is not KISS nor POLA to have `rand` that is not random by default.

So let's just call `srand` during the init of Sys.

Pull-Request: #916
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>