java.lang.Object
g0401_0500.s0478_generate_random_point_in_a_circle.Solution

public class Solution extends Object
  • Constructor Details

    • Solution

      public Solution(double radius, double xCenter, double yCenter)
  • Method Details

    • randPoint

      public double[] randPoint()