Package ca.grimoire.jnoise.modules.basic

Examples of ca.grimoire.jnoise.modules.basic.Integer


   */
  public Integer createModule () throws BuilderException {
    if (!seedSet)
      throw new BuilderException ("No seed for integer module.");

    return new Integer (seed);
  }
View Full Code Here

TOP

Related Classes of ca.grimoire.jnoise.modules.basic.Integer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.