Nomor acak mysql antara 1 dan 100

SELECT RAND()*(b-a)+a;
 a = smallest number 
 b = largest number 

SELECT RAND()*(25-10)+10;
AV