Another way to pick a point in a circle of radius R "at random" is to independently pick an angle A ∼ Unif(0, 2π) and a distance from the center D ∼ Unif(0, R). Does this give the same joint distribution as in the preceding problem or a different one?