#define RANDOM(start,end)     ((int)(CCRANDOM_0_1()*(end - start + 1) + start))