#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. |
Definition in file PysolGameBoards.h.
|
This random function was derived from the python-based solitare game, PySol
Definition at line 13 of file PysolGameBoards.cpp. Referenced by PysolRandom64Int(). |
|
This random function was derived from the python-based solitare game, PySol
Definition at line 19 of file PysolGameBoards.cpp. References PysolRandom64(). Referenced by APysolFreecellGameBoard::Shuffle(). |