#include "MusimatChapter9.h"Go to the source code of this file.
Functions | |
| MusimatChapter9Section (C091204) | |
| MusimatChapter9Section | ( | C091204 | ) |
Definition at line 2 of file C091204.cpp.
00002 { 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 }}
1.4.7