http://ftp.x.org/contrib/applications/xscreensaver-3.21.tar.gz
[xscreensaver] / hacks / interference.c
index a7a9195634235fa735ef61f66bf45d96cee6b8c2..7f66b01b0c99b01bafbce687878b79eb3cabd789 100644 (file)
@@ -272,8 +272,6 @@ void inter_init(Display* dpy, Window win, struct inter_context* c)
   if(!mono) {
     c->pal = calloc(c->colors, sizeof(XColor));
 
-    srand48(time(NULL));
-
     gray = get_boolean_resource("gray", "Boolean");
     if(!gray) {
       H[0] = frand(360.0);