Number Crush  1.0
..
nsutil.cpp
1 #include "nsutil.h"
2 #include "Correc_prof/params.h"
3 
4 unsigned Rand ()
5 {
6  return rand () % KNbCandies;
7 } // Rand ()
Paramters' definition and associated functions.
unsigned Rand()
Return a random number between 1 and KNbCandies.
Definition: nsutil.cpp:4
const unsigned KNbCandies
KNbCandies : number of maximum candies in a grid.
Definition: params.h:18
Set of usefull functions.