#include <string.h>
#include <stdio.h>
#include "PysolGameBoards.h"
Go to the source code of this file.
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.cpp.
|
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(). |