init_random: fix typo affecting random state seed
authorDaniel Kochmański <daniel@turtleware.eu>
Sun, 20 Sep 2015 10:00:28 +0000 (12:00 +0200)
committerDaniel Kochmański <daniel@turtleware.eu>
Sun, 20 Sep 2015 10:00:28 +0000 (12:00 +0200)
commitba758250da4d486613b6b09e07819e26e468e0c0
treea236ec786769321c5610da4576c122fa7ceaac21
parentf6524873c79142df8157de07ae8a959c0d0c1116
init_random: fix typo affecting random state seed

Implementation of random seed buffer filler for windows were shadowing
using /dev/urandom source. I'm convinced that author's intention was
to put there "else".

Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
src/c/num_rand.d