If you are using the included XML noise configuration system, Integer modules can be declared as
<integer seed="seed" />
64656667686970
*/ public Integer createModule () throws BuilderException { if (!seedSet) throw new BuilderException ("No seed for integer module."); return new Integer (seed); }