4 * This file is licensed under the GPLv2 or later
6 * Pseudo-random number generation
8 * Copyright (C) 2012 Fabio D'Urso <fabiodurso@hotmail.it>
21 * Fills the given buffer with random bytes
23 extern void grandom_fill(Guchar
*buff
, int size
);
26 * Returns a random number in [0,1)
28 extern double grandom_double();