Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!princeton!allegra!alice!bs From: bs@alice.UUCP Newsgroups: comp.lang.c++ Subject: Re: Simulation in C++ Message-ID: <6371@alice.uUCp> Date: Fri, 21-Nov-86 09:24:32 EST Article-I.D.: alice.6371 Posted: Fri Nov 21 09:24:32 1986 Date-Received: Fri, 21-Nov-86 20:36:48 EST References: <874@gould9.UUCP> Organization: AT&T Bell Laboratories, Murray Hill NJ Lines: 19 Summary: You can do Simula-style simulation in C++ In article <874@gould9.UUCP>, joel@gould9.UUCP (Joel West) writes: > C++ The Book makes reference to the language being designed to > help with a simulation problem. The book and the current distribution > seem otherwise to make no mention of that. > > Is there a set of classes for doing simulation, event or process-driven? > Any information (description, include, implementation) would be most > appreciated. > -- The task library provides Simula-style simulation: class task: scheduled co-routines class qhead, qtail: task communication class urand, erand, ...: random number generating class histogram: data collection and a bit more. It is an old workhorse; not perfect but often adequate. Runs on VAXes and M68K boxes. The task library is on the standard C++ tape. Documentation is part of the stuff you get from AT&T with the translator. See also .