Maximum modules with one source (or even zero sources) work, but aren't particularly useful.
If you are using the included XML noise configuration system, Maximum modules can be declared as
<maximum> ...source modules... </maximum>
44454647484950
* @throws BuilderException * if any of the source modules throws an exception. * @see ModuleBuilder#createModule() */ public Maximum createModule () throws BuilderException { return new Maximum (createSources ()); }