@override double sample() { //TODO return min + (rand.Float64() * (max - min)); throw UnimplementedError(); }