catch me if you can  0.1
nsutil.cpp
Go to the documentation of this file.
1 #include "nsutil.h"
2 #include "Correc_prof/params.h"
3 
4 unsigned Rand ()
5 {
6  return rand () % KNbCandies;
7 } // Rand ()
unsigned Rand()
Return a random number between 1 and KNbCandies.
Definition: nsutil.cpp:4
Set of usefull functions.