Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83 based; site hou2e.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!hou2e!ksl From: ksl@hou2e.UUCP (a hacker) Newsgroups: net.lang.c Subject: Random Numbers Message-ID: <643@hou2e.UUCP> Date: Thu, 18-Jul-85 09:41:32 EDT Article-I.D.: hou2e.643 Posted: Thu Jul 18 09:41:32 1985 Date-Received: Sat, 20-Jul-85 02:07:07 EDT Organization: at his home computer Lines: 22 While I am not a beginner, I am not really experienced, in a sence. I am still mystified upon how you can create a fairly random number generator. I mean, as long as the program generates different numbers each time. Something like this would be sufficient (on a greater scale): $ a.out $ a.out $ a.out 3 1 2 2 3 1 1 2 3 2 1 3 1 3 2 3 2 1 As you see, it is really just pseudo random, but there is no such thing as really random numbers from a computer. [ Pick a memory location, any memory location. ] Can anyone help? Thanks, hou2e!ksl Please respond by mail. Thanks.