单项选择题

可以产生30~50(含30和50)之间的随机整数的表达式是( )。

A) Int (Rnd*21+30)
B) Int (Rnd*20+30)
C) Int (Rnd*50-Rnd*30)
D) Int (Rnd*30+50)