Assume I need a random number between 0-100. What is the difference if I

1. generate a single random number in the range 0-100.

2. generate a single random number in the range 0-10, and square it.

3. generate two independent random numbers namely, r1 and r2, in the range 0-10 and then r1*r2.

More Sayyed Jalil Mahdizadeh's questions See All
Similar questions and discussions