super("@@JSIM:RESERVED@@ Burst Distribution " + count++);
//TODO also check if the length distributions parameter are correct?
if (!check(probability)) {
throw new IncorrectDistributionParameterException("The probability must be comprised between 0 and 1.");
}
engine = RandomEngine.makeDefault();
this.probability = probability;
this.lenghtDistrA = distrContA.getDistribution();