Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!psuvax1!psuvm!cunyvm!byuvax!physc1!kla From: kla@physc1.byu.edu Newsgroups: comp.lang.c Subject: RE: randomness Message-ID: <76kla@physc1.byu.edu> Date: 10 Apr 90 10:46:42 GMT Lines: 1 One easy way to get a different sequence each time the program is run is to set the seed to the clock. Different C compilers have different ways of setting the seed so you will have to consult your documentation.