Have only one servo random at a time

Working quite well. Thank you! Wish I could understand it better though. Almost all of my coding is trial and error. I just cannot get it into my head.

 bool enabled1 = random(5)> 1;
  bool enabled2 = random(3) >1;
  bool enabled3 = random(4) > 1;