public class org.apache.commons.math3.random.Well44497a extends org.apache.commons.math3.random.AbstractWell
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.random.Well44497a
  super_class: org.apache.commons.math3.random.AbstractWell
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -3859207588353972099

  private static final int K;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 44497

  private static final int M1;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 23

  private static final int M2;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 481

  private static final int M3;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 229

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.random.Well44497a this
         0: .line 56
            aload 0 /* this */
            ldc 44497
            bipush 23
            sipush 481
            sipush 229
            invokespecial org.apache.commons.math3.random.AbstractWell.<init>:(IIII)V
         1: .line 57
            return
        end local 0 // org.apache.commons.math3.random.Well44497a this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/random/Well44497a;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.random.Well44497a this
        start local 1 // int seed
         0: .line 63
            aload 0 /* this */
            ldc 44497
            bipush 23
            sipush 481
            sipush 229
            iload 1 /* seed */
            invokespecial org.apache.commons.math3.random.AbstractWell.<init>:(IIIII)V
         1: .line 64
            return
        end local 1 // int seed
        end local 0 // org.apache.commons.math3.random.Well44497a this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/random/Well44497a;
            0    2     1  seed  I
    MethodParameters:
      Name  Flags
      seed  

  public void <init>(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.random.Well44497a this
        start local 1 // int[] seed
         0: .line 71
            aload 0 /* this */
            ldc 44497
            bipush 23
            sipush 481
            sipush 229
            aload 1 /* seed */
            invokespecial org.apache.commons.math3.random.AbstractWell.<init>:(IIII[I)V
         1: .line 72
            return
        end local 1 // int[] seed
        end local 0 // org.apache.commons.math3.random.Well44497a this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/random/Well44497a;
            0    2     1  seed  [I
    MethodParameters:
      Name  Flags
      seed  

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.random.Well44497a this
        start local 1 // long seed
         0: .line 78
            aload 0 /* this */
            ldc 44497
            bipush 23
            sipush 481
            sipush 229
            lload 1 /* seed */
            invokespecial org.apache.commons.math3.random.AbstractWell.<init>:(IIIIJ)V
         1: .line 79
            return
        end local 1 // long seed
        end local 0 // org.apache.commons.math3.random.Well44497a this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/random/Well44497a;
            0    2     1  seed  J
    MethodParameters:
      Name  Flags
      seed  

  protected int next(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=15, args_size=2
        start local 0 // org.apache.commons.math3.random.Well44497a this
        start local 1 // int bits
         0: .line 85
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.iRm1:[I
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.index:I
            iaload
            istore 2 /* indexRm1 */
        start local 2 // int indexRm1
         1: .line 86
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.iRm2:[I
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.index:I
            iaload
            istore 3 /* indexRm2 */
        start local 3 // int indexRm2
         2: .line 88
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.v:[I
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.index:I
            iaload
            istore 4 /* v0 */
        start local 4 // int v0
         3: .line 89
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.v:[I
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.i1:[I
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.index:I
            iaload
            iaload
            istore 5 /* vM1 */
        start local 5 // int vM1
         4: .line 90
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.v:[I
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.i2:[I
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.index:I
            iaload
            iaload
            istore 6 /* vM2 */
        start local 6 // int vM2
         5: .line 91
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.v:[I
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.i3:[I
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.index:I
            iaload
            iaload
            istore 7 /* vM3 */
        start local 7 // int vM3
         6: .line 94
            sipush -32768
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.v:[I
            iload 2 /* indexRm1 */
            iaload
            iand
            sipush 32767
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.v:[I
            iload 3 /* indexRm2 */
            iaload
            iand
            ixor
            istore 8 /* z0 */
        start local 8 // int z0
         7: .line 95
            iload 4 /* v0 */
            iload 4 /* v0 */
            bipush 24
            ishl
            ixor
            iload 5 /* vM1 */
            iload 5 /* vM1 */
            bipush 30
            iushr
            ixor
            ixor
            istore 9 /* z1 */
        start local 9 // int z1
         8: .line 96
            iload 6 /* vM2 */
            iload 6 /* vM2 */
            bipush 10
            ishl
            ixor
            iload 7 /* vM3 */
            bipush 26
            ishl
            ixor
            istore 10 /* z2 */
        start local 10 // int z2
         9: .line 97
            iload 9 /* z1 */
            iload 10 /* z2 */
            ixor
            istore 11 /* z3 */
        start local 11 // int z3
        10: .line 98
            iload 10 /* z2 */
            bipush 9
            ishl
            iload 10 /* z2 */
            bipush 23
            iushr
            ixor
            ldc -67108865
            iand
            istore 12 /* z2Prime */
        start local 12 // int z2Prime
        11: .line 99
            iload 10 /* z2 */
            ldc 131072
            iand
            ifeq 12
            iload 12 /* z2Prime */
            ldc -1221985044
            ixor
            goto 13
      StackMap locals: org.apache.commons.math3.random.Well44497a int int int int int int int int int int int int
      StackMap stack:
        12: iload 12 /* z2Prime */
      StackMap locals:
      StackMap stack: int
        13: istore 13 /* z2Second */
        start local 13 // int z2Second
        14: .line 100
            iload 8 /* z0 */
            iload 9 /* z1 */
            iload 9 /* z1 */
            bipush 20
            iushr
            ixor
            ixor
            iload 13 /* z2Second */
            ixor
            iload 11 /* z3 */
            ixor
            istore 14 /* z4 */
        start local 14 // int z4
        15: .line 102
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.v:[I
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.index:I
            iload 11 /* z3 */
            iastore
        16: .line 103
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.v:[I
            iload 2 /* indexRm1 */
            iload 14 /* z4 */
            iastore
        17: .line 104
            aload 0 /* this */
            getfield org.apache.commons.math3.random.Well44497a.v:[I
            iload 3 /* indexRm2 */
            dup2
            iaload
            sipush -32768
            iand
            iastore
        18: .line 105
            aload 0 /* this */
            iload 2 /* indexRm1 */
            putfield org.apache.commons.math3.random.Well44497a.index:I
        19: .line 107
            iload 14 /* z4 */
            bipush 32
            iload 1 /* bits */
            isub
            iushr
            ireturn
        end local 14 // int z4
        end local 13 // int z2Second
        end local 12 // int z2Prime
        end local 11 // int z3
        end local 10 // int z2
        end local 9 // int z1
        end local 8 // int z0
        end local 7 // int vM3
        end local 6 // int vM2
        end local 5 // int vM1
        end local 4 // int v0
        end local 3 // int indexRm2
        end local 2 // int indexRm1
        end local 1 // int bits
        end local 0 // org.apache.commons.math3.random.Well44497a this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   20     0      this  Lorg/apache/commons/math3/random/Well44497a;
            0   20     1      bits  I
            1   20     2  indexRm1  I
            2   20     3  indexRm2  I
            3   20     4        v0  I
            4   20     5       vM1  I
            5   20     6       vM2  I
            6   20     7       vM3  I
            7   20     8        z0  I
            8   20     9        z1  I
            9   20    10        z2  I
           10   20    11        z3  I
           11   20    12   z2Prime  I
           14   20    13  z2Second  I
           15   20    14        z4  I
    MethodParameters:
      Name  Flags
      bits  final
}
SourceFile: "Well44497a.java"