protected PRVRandomCreator(PRVRandomCreator original, Cloner cloner) : base(original, cloner) { this.NrOfRules = cloner.Clone(original.NrOfRules); }