how do i make an object spawn randomly in an area?

i am creating a game that requires an object to be randomly in an area(somewhere that changes every time someone plays) and i need a script that will do this for me plz help.

Instantiate (prefab, Vector3(Random.insideUnitSphere), Quaternion.identity);

Should get you started