fName = ExperimentalSimpleRandomFlameGenerator.FNCLST_EXPERIMENTAL[(int) (Math.random() * fncCount)];
}
else {
fName = Math.random() < 0.8 ? "eyefish" : "fisheye";
}
xForm.addVariation(0.05 + Math.random() * 0.5, VariationFuncList.getVariationFuncInstance(fName, true));
xForm.setColorSymmetry(0.991 + Math.random() * 0.08);
XFormTransformService.scale(xForm, 0.5 - Math.random() * 0.5, true, true, false);
XFormTransformService.rotate(xForm, 180 - Math.random() * 360.0, false);
XFormTransformService.localTranslate(xForm, 3.0 - 6.0 * Math.random(), 3.0 - 6.0 * Math.random(), false);
if (Math.random() < 0.33) {