Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

PysolGameBoards.h File Reference

This file contains the classes to create Pysol game boards. More...

#include "AFreecellGameBoard.h"

Go to the source code of this file.

Classes

class  APysolFreecellGameBoard
 Create PySol freecell-like games. More...
class  PysolFreecellGameBoard
 Create a PySol freecell game. More...
class  PysolDerKatzenschwantzGameBoard
 Create a PySol Der Katzenschwantz game. More...
class  PysolDieSchlangeGameBoard
 Create a PySol Die Schlange game. More...
class  PysolForecellGameBoard
 Create a PySol Forecell game. More...
class  PysolEightOffGameBoard
 Create a PySol Eight Off game. More...
class  PysolSeahavenTowersGameBoard
 Create a PySol Seahaven Towers game. More...
class  PysolBakersDozenGameBoard
 Create a PySol Baker's Dozen game. More...
class  PysolGypsyGameBoard
 Create a PySol Gypsy game. More...
class  PysolKlondikeGameBoard
 Create a PySol Klondike game. More...
class  PysolWhiteheadGameBoard
 Create a PySol Whitehead game. More...
class  PysolSmallHarpGameBoard
 Create a PySol Small Harp game. More...
class  PysolSimpleSimonGameBoard
 Create a PySol Simple Simon game. More...
class  PysolYukonGameBoard
 Create a PySol Yukon game. More...
class  PysolBeleagueredCastleGameBoard
 Create a PySol Beleaguered Castle game. More...
class  PysolCitadelGameBoard
 Create a PySol Citadel game. More...
class  PysolFanGameBoard
 Create a PySol Fan game. More...

Functions

double PysolRandom64 (integer64 *Seed)
 Generates a 64-bit random number.
int PysolRandom64Int (integer64 *Seed, int LowerBound, int UpperBound)
 Generates a 64-bit random number in int form.


Detailed Description

Author:
Michael Mann
Version:
1.0
Date:
September 2002

Definition in file PysolGameBoards.h.


Function Documentation

double PysolRandom64 integer64 *  Seed  ) 
 

This random function was derived from the python-based solitare game, PySol

Parameters:
Seed is the seed for the random number generator
Returns:
Random number generated

Definition at line 13 of file PysolGameBoards.cpp.

Referenced by PysolRandom64Int().

int PysolRandom64Int integer64 *  Seed,
int  LowerBound,
int  UpperBound
 

This random function was derived from the python-based solitare game, PySol

Parameters:
Seed is the seed for the random number generator
LowerBound is the lower bound of the random number
UpperBound is the upper bound of the random number
Returns:
Random number generated as an int

Definition at line 19 of file PysolGameBoards.cpp.

References PysolRandom64().

Referenced by APysolFreecellGameBoard::Shuffle().


Generated on Sat Nov 5 11:20:16 2005 for Cpp Freecell Solver by  doxygen 1.4.4