X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Frandom.c;h=e4ffecdca90d87b8693142a6e8dab9c0b4002406;hb=8107422b6cc0fda08e55218a3a79ff1580779a95;hp=01adda5b0137ecbe06de7439db3848369b179348;hpb=8653d547995d7e702e57106b6c6118a5e16f4326;p=libucw.git diff --git a/lib/random.c b/lib/random.c index 01adda5b..e4ffecdc 100644 --- a/lib/random.c +++ b/lib/random.c @@ -1,13 +1,15 @@ /* * Sherlock Library -- Unbiased Range Correction for random() * - * (c) 1998 Martin Mares, + * (c) 1998 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ -#include -#include +#include "lib/lib.h" -#include "lib.h" +#include uns random_max(uns max)