/**
 * RandomDotOrgPortType.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis WSDL2Java emitter.
 */

package org.random.www.RandomDotOrg_wsdl;

public interface RandomDotOrgPortType extends java.rmi.Remote {
  public org.apache.axis.types.UnsignedLong lrand48() 
      throws java.rmi.RemoteException;
  public long mrand48() throws java.rmi.RemoteException;
}
