方法1:
0至N-1之间,如cast( floor(rand()*100) as int)就会生成0至99之间任一整数
1至N之间,如cast(ceiling(rand() * 100) as int)就会生成1至100之间任一整数