From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!ucbvax!EAST.Pima.edu!RHARWOOD From: RHARWOOD@EAST.Pima.edu (Ray Harwood) Newsgroups: comp.lang.ada Subject: Philosophically speaking Message-ID: <96A6DC7B9022350B@Arizona.edu> Date: 22 Jan 91 17:38:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: Several inquiries of late have asked what I consider more "operational" questions of Ada as opposed to actual "language capability" questions. Two particularly come to mind: (1) Is there a random number generator? and (2) How do I write to specific screen locations (presuming, I suppose, VT100-style cursor commands). I'd like to suggest to all who may not have done so to review Michael Feldman's implementation of the Dining Philospoher's Problem (I think it was sent in INFO-ADA V90 # 240, but I'd have to recheck the actual number). I used this program in my Ada class, and frankly, it DOES have screen control and random number generation... as well as a simple and easy-to-follow (IMHO) implementation of something "relatively real". Ray Harwood