X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=utils%2Fyarandom.h;h=14a287fa8c04ef432086bc3768ac8d2dde6ad0f7;hp=5a23e43d27382f42035d2a04e25ed1729eb707ba;hb=4cecfc89e5e889c7232693897c06168fb378bd5c;hpb=c28aecf9fc41e3a03494bacf7279745425e2fa18 diff --git a/utils/yarandom.h b/utils/yarandom.h index 5a23e43d..14a287fa 100644 --- a/utils/yarandom.h +++ b/utils/yarandom.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1997, 1998 by Jamie Zawinski +/* xscreensaver, Copyright (c) 1997, 1998, 2003 by Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -29,7 +29,7 @@ extern unsigned int ya_random (void); extern void ya_rand_init (unsigned int); #define random() ya_random() -#define RAND_MAX 0x7FFFFFFF +#define RAND_MAX 0xFFFFFFFF /*#define srandom(i) ya_rand_init(0)*/