请编写一个rnd(int l,int r)函数,函数返回一个在区间[l,r]内的随机数
rnd(int l,int r)
[l,r]
输入
输入包括两个整数 l,r
1 \leq l \leq r \leq 10^6
输出
输出rnd(l,r)
rnd(l,r)
样例
1 10
5