#include <string.h>
#include "MiscFreecellGameBoards.h"
Go to the source code of this file.
Defines | |
| #define | IndexProgToPysol(i) ((((i)%2) == 1)*4 + ((i/2)%4)) |
| Make the deal more like PySol? | |
Functions | |
| int | MicrosoftRandom (long *Seed) |
| Create a random number in the same fashion that miccrosoft does. | |
Definition in file MiscFreecellGameBoards.cpp.
|
|
Definition at line 16 of file MiscFreecellGameBoards.cpp. Referenced by AisleRiotGameBoard::Shuffle(), GnomeFreecellGameBoard::Shuffle(), and MicrosoftFreecellGameBoard::Shuffle(). |
1.4.4