Functions

/Users/garethloy/Musimathics/Musimat1.2/MusimatChapter9/C091204.cpp File Reference

#include "MusimatChapter9.h"

Go to the source code of this file.

Functions

 MusimatChapter9Section (C091204)

Function Documentation

MusimatChapter9Section ( C091204   )

Definition at line 2 of file C091204.cpp.

                                {
        Print("*** 9.12.4 Nondeterministic Serial Methods ***");
        /*****************************************************************************
         
         9.12.4 Nondeterministic Serial Methods
         
         Deterministic methods produce the same result every time they are presented with the same inputs. 
         The methods discussed in this section rely on randomness, so they are nondeterministic methods.
         
         *****************************************************************************/
}