void mutate()

Source

void mutate() {
  var r = mutate_problem(this.value, this.deviation, this.min, this.max);
  this.value = r;
}