XTC sampling probability
double? get xtcP => _xtcP;
set xtcP(double? value) { _xtcP = value; notifyListeners(); }