Class RVControls


  • public abstract class RVControls
    extends Controls
    • Method Detail

      • getType

        public final RVariableIfc.RVType getType()
        Returns:
        the type of the random variable
      • makeRVariable

        public final RVariableIfc makeRVariable()
        Returns:
        an instance of the random variable based on the current control parameters, with a new stream
      • makeRVariable

        public final RVariableIfc makeRVariable​(int streamNumber)
        Parameters:
        streamNumber - a number representing the desired stream based on the RNStreamProvider
        Returns:
        an instance of the random variable based on the current control parameters using the designated stream number
      • makeRVariable

        public abstract RVariableIfc makeRVariable​(RNStreamIfc rnStream)
        Parameters:
        rnStream - the stream to use
        Returns:
        an instance of the random variable based on the current control parameters