Read the documentation from the Unity Scripting API and the code below. Which of the following are possible values for the randomFloat and randomInt variables?
1) randomFloat: 0.5, randomInt: 3
2) randomFloat: 1.2, randomInt: 5
3) randomFloat: -0.8, randomInt: 2
4) randomFloat: 2.7, randomInt: 4

Q&A Education