If you are using the included XML noise configuration system, Exponent modules can be declared as
<exponent power="exponent"> <source module /> </exponent>
40414243444546
*/ public Exponent createModule () throws BuilderException { if (!hasPower) throw new BuilderException ("Exponent requires power."); return new Exponent (getSource ().createModule (), power); }