public abstract class org.apache.commons.math3.distribution.AbstractIntegerDistribution implements org.apache.commons.math3.distribution.IntegerDistribution, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.commons.math3.distribution.AbstractIntegerDistribution
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1146319659338487221

  protected final org.apache.commons.math3.random.RandomDataImpl randomData;
    descriptor: Lorg/apache/commons/math3/random/RandomDataImpl;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  protected final org.apache.commons.math3.random.RandomGenerator random;
    descriptor: Lorg/apache/commons/math3/random/RandomGenerator;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
         2: .line 47
            new org.apache.commons.math3.random.RandomDataImpl
            dup
            invokespecial org.apache.commons.math3.random.RandomDataImpl.<init>:()V
            putfield org.apache.commons.math3.distribution.AbstractIntegerDistribution.randomData:Lorg/apache/commons/math3/random/RandomDataImpl;
         3: .line 63
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.distribution.AbstractIntegerDistribution.random:Lorg/apache/commons/math3/random/RandomGenerator;
         4: .line 64
            return
        end local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/distribution/AbstractIntegerDistribution;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  protected void <init>(org.apache.commons.math3.random.RandomGenerator);
    descriptor: (Lorg/apache/commons/math3/random/RandomGenerator;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
        start local 1 // org.apache.commons.math3.random.RandomGenerator rng
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
         2: .line 47
            new org.apache.commons.math3.random.RandomDataImpl
            dup
            invokespecial org.apache.commons.math3.random.RandomDataImpl.<init>:()V
            putfield org.apache.commons.math3.distribution.AbstractIntegerDistribution.randomData:Lorg/apache/commons/math3/random/RandomDataImpl;
         3: .line 71
            aload 0 /* this */
            aload 1 /* rng */
            putfield org.apache.commons.math3.distribution.AbstractIntegerDistribution.random:Lorg/apache/commons/math3/random/RandomGenerator;
         4: .line 72
            return
        end local 1 // org.apache.commons.math3.random.RandomGenerator rng
        end local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/distribution/AbstractIntegerDistribution;
            0    5     1   rng  Lorg/apache/commons/math3/random/RandomGenerator;
    MethodParameters:
      Name  Flags
      rng   

  public double cumulativeProbability(int, int);
    descriptor: (II)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
        start local 1 // int x0
        start local 2 // int x1
         0: .line 81
            iload 2 /* x1 */
            iload 1 /* x0 */
            if_icmpge 4
         1: .line 82
            new org.apache.commons.math3.exception.NumberIsTooLargeException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.LOWER_ENDPOINT_ABOVE_UPPER_ENDPOINT:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
         2: .line 83
            iload 1 /* x0 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iload 2 /* x1 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iconst_1
         3: .line 82
            invokespecial org.apache.commons.math3.exception.NumberIsTooLargeException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;Ljava/lang/Number;Z)V
            athrow
         4: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* x1 */
            invokevirtual org.apache.commons.math3.distribution.AbstractIntegerDistribution.cumulativeProbability:(I)D
            aload 0 /* this */
            iload 1 /* x0 */
            invokevirtual org.apache.commons.math3.distribution.AbstractIntegerDistribution.cumulativeProbability:(I)D
            dsub
            dreturn
        end local 2 // int x1
        end local 1 // int x0
        end local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/distribution/AbstractIntegerDistribution;
            0    5     1    x0  I
            0    5     2    x1  I
    Exceptions:
      throws org.apache.commons.math3.exception.NumberIsTooLargeException
    MethodParameters:
      Name  Flags
      x0    
      x1    

  public int inverseCumulativeProbability(double);
    descriptor: (D)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=14, args_size=2
        start local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
        start local 1 // double p
         0: .line 100
            dload 1 /* p */
            dconst_0
            dcmpg
            iflt 1
            dload 1 /* p */
            dconst_1
            dcmpl
            ifle 2
         1: .line 101
      StackMap locals:
      StackMap stack:
            new org.apache.commons.math3.exception.OutOfRangeException
            dup
            dload 1 /* p */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokespecial org.apache.commons.math3.exception.OutOfRangeException.<init>:(Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/Number;)V
            athrow
         2: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.distribution.AbstractIntegerDistribution.getSupportLowerBound:()I
            istore 3 /* lower */
        start local 3 // int lower
         3: .line 105
            dload 1 /* p */
            dconst_0
            dcmpl
            ifne 5
         4: .line 106
            iload 3 /* lower */
            ireturn
         5: .line 108
      StackMap locals: int
      StackMap stack:
            iload 3 /* lower */
            ldc -2147483648
            if_icmpne 8
         6: .line 109
            aload 0 /* this */
            iload 3 /* lower */
            invokevirtual org.apache.commons.math3.distribution.AbstractIntegerDistribution.checkedCumulativeProbability:(I)D
            dload 1 /* p */
            dcmpl
            iflt 9
         7: .line 110
            iload 3 /* lower */
            ireturn
         8: .line 113
      StackMap locals:
      StackMap stack:
            iinc 3 /* lower */ -1
         9: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.distribution.AbstractIntegerDistribution.getSupportUpperBound:()I
            istore 4 /* upper */
        start local 4 // int upper
        10: .line 118
            dload 1 /* p */
            dconst_1
            dcmpl
            ifne 12
        11: .line 119
            iload 4 /* upper */
            ireturn
        12: .line 124
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.distribution.AbstractIntegerDistribution.getNumericalMean:()D
            dstore 5 /* mu */
        start local 5 // double mu
        13: .line 125
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.distribution.AbstractIntegerDistribution.getNumericalVariance:()D
            invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
            dstore 7 /* sigma */
        start local 7 // double sigma
        14: .line 126
            dload 5 /* mu */
            invokestatic java.lang.Double.isInfinite:(D)Z
            ifne 16
            dload 5 /* mu */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 16
        15: .line 127
            dload 7 /* sigma */
            invokestatic java.lang.Double.isInfinite:(D)Z
            ifne 16
            dload 7 /* sigma */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 16
            dload 7 /* sigma */
            dconst_0
            dcmpl
            ifne 17
        16: .line 126
      StackMap locals: double double
      StackMap stack:
            iconst_0
            goto 18
      StackMap locals:
      StackMap stack:
        17: iconst_1
      StackMap locals:
      StackMap stack: int
        18: istore 9 /* chebyshevApplies */
        start local 9 // boolean chebyshevApplies
        19: .line 128
            iload 9 /* chebyshevApplies */
            ifeq 28
        20: .line 129
            dconst_1
            dload 1 /* p */
            dsub
            dload 1 /* p */
            ddiv
            invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
            dstore 10 /* k */
        start local 10 // double k
        21: .line 130
            dload 5 /* mu */
            dload 10 /* k */
            dload 7 /* sigma */
            dmul
            dsub
            dstore 12 /* tmp */
        start local 12 // double tmp
        22: .line 131
            dload 12 /* tmp */
            iload 3 /* lower */
            i2d
            dcmpl
            ifle 24
        23: .line 132
            dload 12 /* tmp */
            invokestatic org.apache.commons.math3.util.FastMath.ceil:(D)D
            d2i
            iconst_1
            isub
            istore 3 /* lower */
        24: .line 134
      StackMap locals: int double double
      StackMap stack:
            dconst_1
            dload 10 /* k */
            ddiv
            dstore 10 /* k */
        25: .line 135
            dload 5 /* mu */
            dload 10 /* k */
            dload 7 /* sigma */
            dmul
            dadd
            dstore 12 /* tmp */
        26: .line 136
            dload 12 /* tmp */
            iload 4 /* upper */
            i2d
            dcmpg
            ifge 28
        27: .line 137
            dload 12 /* tmp */
            invokestatic org.apache.commons.math3.util.FastMath.ceil:(D)D
            d2i
            iconst_1
            isub
            istore 4 /* upper */
        end local 12 // double tmp
        end local 10 // double k
        28: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 1 /* p */
            iload 3 /* lower */
            iload 4 /* upper */
            invokevirtual org.apache.commons.math3.distribution.AbstractIntegerDistribution.solveInverseCumulativeProbability:(DII)I
            ireturn
        end local 9 // boolean chebyshevApplies
        end local 7 // double sigma
        end local 5 // double mu
        end local 4 // int upper
        end local 3 // int lower
        end local 1 // double p
        end local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   29     0              this  Lorg/apache/commons/math3/distribution/AbstractIntegerDistribution;
            0   29     1                 p  D
            3   29     3             lower  I
           10   29     4             upper  I
           13   29     5                mu  D
           14   29     7             sigma  D
           19   29     9  chebyshevApplies  Z
           21   28    10                 k  D
           22   28    12               tmp  D
    Exceptions:
      throws org.apache.commons.math3.exception.OutOfRangeException
    MethodParameters:
      Name  Flags
      p     final

  protected int solveInverseCumulativeProbability(double, int, int);
    descriptor: (DII)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
        start local 1 // double p
        start local 3 // int lower
        start local 4 // int upper
         0: .line 157
            goto 9
         1: .line 158
      StackMap locals:
      StackMap stack:
            iload 3 /* lower */
            iload 4 /* upper */
            iadd
            iconst_2
            idiv
            istore 5 /* xm */
        start local 5 // int xm
         2: .line 159
            iload 5 /* xm */
            iload 3 /* lower */
            if_icmplt 3
            iload 5 /* xm */
            iload 4 /* upper */
            if_icmple 4
         3: .line 165
      StackMap locals: int
      StackMap stack:
            iload 3 /* lower */
            iload 4 /* upper */
            iload 3 /* lower */
            isub
            iconst_2
            idiv
            iadd
            istore 5 /* xm */
         4: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* xm */
            invokevirtual org.apache.commons.math3.distribution.AbstractIntegerDistribution.checkedCumulativeProbability:(I)D
            dstore 6 /* pm */
        start local 6 // double pm
         5: .line 169
            dload 6 /* pm */
            dload 1 /* p */
            dcmpl
            iflt 8
         6: .line 170
            iload 5 /* xm */
            istore 4 /* upper */
         7: .line 171
            goto 9
         8: .line 172
      StackMap locals: double
      StackMap stack:
            iload 5 /* xm */
            istore 3 /* lower */
        end local 6 // double pm
        end local 5 // int xm
         9: .line 157
      StackMap locals:
      StackMap stack:
            iload 3 /* lower */
            iconst_1
            iadd
            iload 4 /* upper */
            if_icmplt 1
        10: .line 175
            iload 4 /* upper */
            ireturn
        end local 4 // int upper
        end local 3 // int lower
        end local 1 // double p
        end local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/apache/commons/math3/distribution/AbstractIntegerDistribution;
            0   11     1      p  D
            0   11     3  lower  I
            0   11     4  upper  I
            2    9     5     xm  I
            5    9     6     pm  D
    MethodParameters:
       Name  Flags
      p      final
      lower  
      upper  

  public void reseedRandomGenerator(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
        start local 1 // long seed
         0: .line 180
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.AbstractIntegerDistribution.random:Lorg/apache/commons/math3/random/RandomGenerator;
            lload 1 /* seed */
            invokeinterface org.apache.commons.math3.random.RandomGenerator.setSeed:(J)V
         1: .line 181
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.AbstractIntegerDistribution.randomData:Lorg/apache/commons/math3/random/RandomDataImpl;
            lload 1 /* seed */
            invokevirtual org.apache.commons.math3.random.RandomDataImpl.reSeed:(J)V
         2: .line 182
            return
        end local 1 // long seed
        end local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/distribution/AbstractIntegerDistribution;
            0    3     1  seed  J
    MethodParameters:
      Name  Flags
      seed  

  public int sample();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
         0: .line 192
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.AbstractIntegerDistribution.random:Lorg/apache/commons/math3/random/RandomGenerator;
            invokeinterface org.apache.commons.math3.random.RandomGenerator.nextDouble:()D
            invokevirtual org.apache.commons.math3.distribution.AbstractIntegerDistribution.inverseCumulativeProbability:(D)I
            ireturn
        end local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/AbstractIntegerDistribution;

  public int[] sample(int);
    descriptor: (I)[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
        start local 1 // int sampleSize
         0: .line 202
            iload 1 /* sampleSize */
            ifgt 4
         1: .line 203
            new org.apache.commons.math3.exception.NotStrictlyPositiveException
            dup
         2: .line 204
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NUMBER_OF_SAMPLES:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iload 1 /* sampleSize */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
         3: .line 203
            invokespecial org.apache.commons.math3.exception.NotStrictlyPositiveException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;)V
            athrow
         4: .line 206
      StackMap locals:
      StackMap stack:
            iload 1 /* sampleSize */
            newarray 10
            astore 2 /* out */
        start local 2 // int[] out
         5: .line 207
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 9
         7: .line 208
      StackMap locals: int[] int
      StackMap stack:
            aload 2 /* out */
            iload 3 /* i */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.distribution.AbstractIntegerDistribution.sample:()I
            iastore
         8: .line 207
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 1 /* sampleSize */
            if_icmplt 7
        end local 3 // int i
        10: .line 210
            aload 2 /* out */
            areturn
        end local 2 // int[] out
        end local 1 // int sampleSize
        end local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/apache/commons/math3/distribution/AbstractIntegerDistribution;
            0   11     1  sampleSize  I
            5   11     2         out  [I
            6   10     3           i  I
    MethodParameters:
            Name  Flags
      sampleSize  

  private double checkedCumulativeProbability(int);
    descriptor: (I)D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
        start local 1 // int argument
         0: .line 226
            ldc NaN
            dstore 2 /* result */
        start local 2 // double result
         1: .line 227
            aload 0 /* this */
            iload 1 /* argument */
            invokevirtual org.apache.commons.math3.distribution.AbstractIntegerDistribution.cumulativeProbability:(I)D
            dstore 2 /* result */
         2: .line 228
            dload 2 /* result */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 6
         3: .line 229
            new org.apache.commons.math3.exception.MathInternalError
            dup
         4: .line 230
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.DISCRETE_CUMULATIVE_PROBABILITY_RETURNED_NAN:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* argument */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
         5: .line 229
            aastore
            invokespecial org.apache.commons.math3.exception.MathInternalError.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
            athrow
         6: .line 232
      StackMap locals: double
      StackMap stack:
            dload 2 /* result */
            dreturn
        end local 2 // double result
        end local 1 // int argument
        end local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/apache/commons/math3/distribution/AbstractIntegerDistribution;
            0    7     1  argument  I
            1    7     2    result  D
    Exceptions:
      throws org.apache.commons.math3.exception.MathInternalError
    MethodParameters:
          Name  Flags
      argument  

  public double logProbability(int);
    descriptor: (I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
        start local 1 // int x
         0: .line 251
            aload 0 /* this */
            iload 1 /* x */
            invokevirtual org.apache.commons.math3.distribution.AbstractIntegerDistribution.probability:(I)D
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dreturn
        end local 1 // int x
        end local 0 // org.apache.commons.math3.distribution.AbstractIntegerDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/AbstractIntegerDistribution;
            0    1     1     x  I
    MethodParameters:
      Name  Flags
      x     
}
SourceFile: "AbstractIntegerDistribution.java"