00001 #include "MusimatChapter9.h" 00002 MusimatChapter9Section(C091204) { 00003 Print("*** 9.12.4 Nondeterministic Serial Methods ***"); 00004 /***************************************************************************** 00005 00006 9.12.4 Nondeterministic Serial Methods 00007 00008 Deterministic methods produce the same result every time they are presented with the same inputs. 00009 The methods discussed in this section rely on randomness, so they are nondeterministic methods. 00010 00011 *****************************************************************************/ 00012 } 00013 00015 /* $Revision: 1.2 $ $Date: 2006/09/05 06:32:02 $ $Author: dgl $ $Name: $ $Id: C091204.cpp,v 1.2 2006/09/05 06:32:02 dgl Exp $ */ 00016 // The Musimat Tutorial � 2006 Gareth Loy 00017 // Derived from Chapter 9 and Appendix B of "Musimathics Vol. 1" � 2006 Gareth Loy 00018 // and published exclusively by The MIT Press. 00019 // This program is released WITHOUT ANY WARRANTY; without even the implied 00020 // warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00021 // For information on usage and redistribution, and for a DISCLAIMER OF ALL 00022 // WARRANTIES, see the file, "LICENSE.txt," in this distribution. 00023 // "Musimathics" is available here: http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=10916 00024 // Gareth Loy's Musimathics website: http://www.musimathics.com/ 00025 // The Musimat website: http://www.musimat.com/ 00026 // This program is released under the terms of the GNU General Public License 00027 // available here: http://www.gnu.org/licenses/gpl.txt 00028 00029