public class org.jruby.util.Random
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.util.Random
  super_class: java.lang.Object
{
  public static final int N;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 624

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

  private static final int MATRIX_A;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1727483681

  private static final int UMASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2147483648

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

  private final int[] state;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int left;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private static final java.math.BigInteger INTPAIR_CONST;
    descriptor: Ljava/math/BigInteger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final double LDEXP_CONST;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 173
            ldc 9007199254740993
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            putstatic org.jruby.util.Random.INTPAIR_CONST:Ljava/math/BigInteger;
         1: .line 174
            ldc 2.0
            ldc -53.0
            invokestatic java.lang.Math.pow:(DD)D
            putstatic org.jruby.util.Random.LDEXP_CONST:D
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static int MIXBITS(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int u
        start local 1 // int v
         0: .line 40
            iload 0 /* u */
            ldc -2147483648
            iand
            iload 1 /* v */
            ldc 2147483647
            iand
            ior
            ireturn
        end local 1 // int v
        end local 0 // int u
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     u  I
            0    1     1     v  I
    MethodParameters:
      Name  Flags
      u     
      v     

  private static int TWIST(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int u
        start local 1 // int v
         0: .line 44
            iload 0 /* u */
            iload 1 /* v */
            invokestatic org.jruby.util.Random.MIXBITS:(II)I
            iconst_1
            iushr
            iload 1 /* v */
            iconst_1
            iand
            ifeq 1
            ldc -1727483681
            goto 2
      StackMap locals:
      StackMap stack: int
         1: iconst_0
      StackMap locals: int int
      StackMap stack: int int
         2: ixor
            ireturn
        end local 1 // int v
        end local 0 // int u
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     u  I
            0    3     1     v  I
    MethodParameters:
      Name  Flags
      u     
      v     

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.util.Random this
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            sipush 624
            newarray 10
            putfield org.jruby.util.Random.state:[I
         2: .line 48
            aload 0 /* this */
            iconst_1
            putfield org.jruby.util.Random.left:I
         3: .line 51
            return
        end local 0 // org.jruby.util.Random this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/util/Random;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.util.Random this
        start local 1 // int s
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            sipush 624
            newarray 10
            putfield org.jruby.util.Random.state:[I
         2: .line 48
            aload 0 /* this */
            iconst_1
            putfield org.jruby.util.Random.left:I
         3: .line 54
            aload 0 /* this */
            iload 1 /* s */
            invokevirtual org.jruby.util.Random.initGenrand:(I)V
         4: .line 55
            return
        end local 1 // int s
        end local 0 // org.jruby.util.Random this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/jruby/util/Random;
            0    5     1     s  I
    MethodParameters:
      Name  Flags
      s     

  public void <init>(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.util.Random this
        start local 1 // int[] initKey
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            sipush 624
            newarray 10
            putfield org.jruby.util.Random.state:[I
         2: .line 48
            aload 0 /* this */
            iconst_1
            putfield org.jruby.util.Random.left:I
         3: .line 58
            aload 0 /* this */
            aload 1 /* initKey */
            invokevirtual org.jruby.util.Random.initByArray:([I)V
         4: .line 59
            return
        end local 1 // int[] initKey
        end local 0 // org.jruby.util.Random this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/util/Random;
            0    5     1  initKey  [I
    MethodParameters:
         Name  Flags
      initKey  

  public void <init>(org.jruby.util.Random);
    descriptor: (Lorg/jruby/util/Random;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.jruby.util.Random this
        start local 1 // org.jruby.util.Random orig
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            sipush 624
            newarray 10
            putfield org.jruby.util.Random.state:[I
         2: .line 48
            aload 0 /* this */
            iconst_1
            putfield org.jruby.util.Random.left:I
         3: .line 62
            aload 1 /* orig */
            getfield org.jruby.util.Random.state:[I
            iconst_0
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iconst_0
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 63
            aload 0 /* this */
            aload 1 /* orig */
            getfield org.jruby.util.Random.left:I
            putfield org.jruby.util.Random.left:I
         5: .line 64
            return
        end local 1 // org.jruby.util.Random orig
        end local 0 // org.jruby.util.Random this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/jruby/util/Random;
            0    6     1  orig  Lorg/jruby/util/Random;
    MethodParameters:
      Name  Flags
      orig  

  public void <init>(int[], int);
    descriptor: ([II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jruby.util.Random this
        start local 1 // int[] state
        start local 2 // int left
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            sipush 624
            newarray 10
            putfield org.jruby.util.Random.state:[I
         2: .line 48
            aload 0 /* this */
            iconst_1
            putfield org.jruby.util.Random.left:I
         3: .line 67
            aload 1 /* state */
            arraylength
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            arraylength
            if_icmpeq 5
         4: .line 68
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "wrong state length: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* state */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 70
      StackMap locals: org.jruby.util.Random int[] int
      StackMap stack:
            aload 1 /* state */
            iconst_0
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iconst_0
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 71
            aload 0 /* this */
            iload 2 /* left */
            putfield org.jruby.util.Random.left:I
         7: .line 72
            return
        end local 2 // int left
        end local 1 // int[] state
        end local 0 // org.jruby.util.Random this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/jruby/util/Random;
            0    8     1  state  [I
            0    8     2   left  I
    MethodParameters:
       Name  Flags
      state  
      left   

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.util.Random this
        start local 1 // java.lang.Object obj
         0: .line 76
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 77
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.jruby.util.Random
            ifne 2
            iconst_0
            ireturn
         2: .line 78
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.jruby.util.Random
            astore 2 /* rhs */
        start local 2 // org.jruby.util.Random rhs
         3: .line 79
            aload 0 /* this */
            getfield org.jruby.util.Random.left:I
            aload 2 /* rhs */
            getfield org.jruby.util.Random.left:I
            if_icmpne 4
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            aload 2 /* rhs */
            getfield org.jruby.util.Random.state:[I
            invokestatic java.util.Arrays.equals:([I[I)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: org.jruby.util.Random
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // org.jruby.util.Random rhs
        end local 1 // java.lang.Object obj
        end local 0 // org.jruby.util.Random this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/jruby/util/Random;
            0    5     1   obj  Ljava/lang/Object;
            3    5     2   rhs  Lorg/jruby/util/Random;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.util.Random this
         0: .line 85
            sipush 629
            aload 0 /* this */
            getfield org.jruby.util.Random.left:I
            iadd
            bipush 37
            imul
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            invokestatic java.util.Arrays.hashCode:([I)I
            iadd
            ireturn
        end local 0 // org.jruby.util.Random this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/Random;

  private void initGenrand(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // org.jruby.util.Random this
        start local 1 // int s
         0: .line 89
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iconst_0
            iload 1 /* s */
            iastore
         1: .line 90
            iconst_1
            istore 2 /* j */
        start local 2 // int j
         2: goto 5
         3: .line 91
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 2 /* j */
            ldc 1812433253
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 2 /* j */
            iconst_1
            isub
            iaload
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 2 /* j */
            iconst_1
            isub
            iaload
            bipush 30
            iushr
            ixor
            imul
            iload 2 /* j */
            iadd
            iastore
         4: .line 90
            iinc 2 /* j */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* j */
            sipush 624
            if_icmplt 3
        end local 2 // int j
         6: .line 93
            aload 0 /* this */
            iconst_1
            putfield org.jruby.util.Random.left:I
         7: .line 94
            return
        end local 1 // int s
        end local 0 // org.jruby.util.Random this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/jruby/util/Random;
            0    8     1     s  I
            2    6     2     j  I
    MethodParameters:
      Name  Flags
      s     

  private void initByArray(int[]);
    descriptor: ([I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // org.jruby.util.Random this
        start local 1 // int[] initKey
         0: .line 97
            aload 0 /* this */
            ldc 19650218
            invokevirtual org.jruby.util.Random.initGenrand:(I)V
         1: .line 98
            aload 1 /* initKey */
            arraylength
            istore 2 /* len */
        start local 2 // int len
         2: .line 99
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         3: .line 100
            iconst_0
            istore 4 /* j */
        start local 4 // int j
         4: .line 101
            sipush 624
            iload 2 /* len */
            if_icmple 5
            sipush 624
            goto 6
      StackMap locals: int int int
      StackMap stack:
         5: iload 2 /* len */
      StackMap locals:
      StackMap stack: int
         6: istore 5 /* k */
        start local 5 // int k
         7: .line 102
            goto 19
         8: .line 103
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 3 /* i */
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 3 /* i */
            iaload
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 3 /* i */
            iconst_1
            isub
            iaload
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 3 /* i */
            iconst_1
            isub
            iaload
            bipush 30
            iushr
            ixor
            ldc 1664525
            imul
            ixor
            aload 1 /* initKey */
            iload 4 /* j */
            iaload
            iadd
         9: .line 104
            iload 4 /* j */
            iadd
        10: .line 103
            iastore
        11: .line 105
            iinc 3 /* i */ 1
        12: .line 106
            iinc 4 /* j */ 1
        13: .line 107
            iload 3 /* i */
            sipush 624
            if_icmplt 16
        14: .line 108
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iconst_0
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            sipush 623
            iaload
            iastore
        15: .line 109
            iconst_1
            istore 3 /* i */
        16: .line 111
      StackMap locals:
      StackMap stack:
            iload 4 /* j */
            iload 2 /* len */
            if_icmplt 18
        17: .line 112
            iconst_0
            istore 4 /* j */
        18: .line 102
      StackMap locals:
      StackMap stack:
            iinc 5 /* k */ -1
      StackMap locals:
      StackMap stack:
        19: iload 5 /* k */
            ifgt 8
        20: .line 115
            sipush 623
            istore 5 /* k */
            goto 27
        21: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 3 /* i */
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 3 /* i */
            iaload
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 3 /* i */
            iconst_1
            isub
            iaload
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 3 /* i */
            iconst_1
            isub
            iaload
            bipush 30
            iushr
            ixor
            ldc 1566083941
            imul
            ixor
            iload 3 /* i */
            isub
            iastore
        22: .line 117
            iinc 3 /* i */ 1
        23: .line 118
            iload 3 /* i */
            sipush 624
            if_icmplt 26
        24: .line 119
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iconst_0
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            sipush 623
            iaload
            iastore
        25: .line 120
            iconst_1
            istore 3 /* i */
        26: .line 115
      StackMap locals:
      StackMap stack:
            iinc 5 /* k */ -1
      StackMap locals:
      StackMap stack:
        27: iload 5 /* k */
            ifgt 21
        28: .line 123
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iconst_0
            ldc -2147483648
            iastore
        29: .line 124
            return
        end local 5 // int k
        end local 4 // int j
        end local 3 // int i
        end local 2 // int len
        end local 1 // int[] initKey
        end local 0 // org.jruby.util.Random this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   30     0     this  Lorg/jruby/util/Random;
            0   30     1  initKey  [I
            2   30     2      len  I
            3   30     3        i  I
            4   30     4        j  I
            7   30     5        k  I
    MethodParameters:
         Name  Flags
      initKey  

  private void nextState();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // org.jruby.util.Random this
         0: .line 127
            iconst_0
            istore 1 /* p */
        start local 1 // int p
         1: .line 129
            aload 0 /* this */
            sipush 624
            putfield org.jruby.util.Random.left:I
         2: .line 131
            sipush 228
            istore 2 /* j */
        start local 2 // int j
         3: goto 6
         4: .line 132
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 1 /* p */
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 1 /* p */
            sipush 397
            iadd
            iaload
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 1 /* p */
            iconst_0
            iadd
            iaload
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 1 /* p */
            iconst_1
            iadd
            iaload
            invokestatic org.jruby.util.Random.TWIST:(II)I
            ixor
            iastore
         5: .line 131
            iinc 1 /* p */ 1
      StackMap locals:
      StackMap stack:
         6: iinc 2 /* j */ -1
            iload 2 /* j */
            ifgt 4
        end local 2 // int j
         7: .line 135
            sipush 397
            istore 2 /* j */
        start local 2 // int j
         8: goto 11
         9: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 1 /* p */
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 1 /* p */
            sipush 397
            iadd
            sipush 624
            isub
            iaload
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 1 /* p */
            iconst_0
            iadd
            iaload
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 1 /* p */
            iconst_1
            iadd
            iaload
            invokestatic org.jruby.util.Random.TWIST:(II)I
            ixor
            iastore
        10: .line 135
            iinc 1 /* p */ 1
      StackMap locals:
      StackMap stack:
        11: iinc 2 /* j */ -1
            iload 2 /* j */
            ifgt 9
        end local 2 // int j
        12: .line 139
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 1 /* p */
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 1 /* p */
            sipush 397
            iadd
            sipush 624
            isub
            iaload
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iload 1 /* p */
            iconst_0
            iadd
            iaload
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            iconst_0
            iaload
            invokestatic org.jruby.util.Random.TWIST:(II)I
            ixor
            iastore
        13: .line 140
            return
        end local 1 // int p
        end local 0 // org.jruby.util.Random this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/jruby/util/Random;
            1   14     1     p  I
            3    7     2     j  I
            8   12     2     j  I

  public int genrandInt32();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.jruby.util.Random this
         0: .line 145
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 146
            aload 0 /* this */
            dup
            getfield org.jruby.util.Random.left:I
            iconst_1
            isub
            dup_x1
            putfield org.jruby.util.Random.left:I
            ifgt 3
         2: .line 147
            aload 0 /* this */
            invokevirtual org.jruby.util.Random.nextState:()V
         3: .line 149
      StackMap locals: org.jruby.util.Random top org.jruby.util.Random
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            sipush 624
            aload 0 /* this */
            getfield org.jruby.util.Random.left:I
            isub
            iaload
            istore 1 /* y */
        start local 1 // int y
         4: .line 145
            aload 2
            monitorexit
         5: goto 8
        end local 1 // int y
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 2
            monitorexit
         7: athrow
        start local 1 // int y
         8: .line 153
      StackMap locals: org.jruby.util.Random int
      StackMap stack:
            iload 1 /* y */
            iload 1 /* y */
            bipush 11
            iushr
            ixor
            istore 1 /* y */
         9: .line 154
            iload 1 /* y */
            i2l
            iload 1 /* y */
            bipush 7
            ishl
            i2l
            ldc 2636928640
            land
            lxor
            l2i
            istore 1 /* y */
        10: .line 155
            iload 1 /* y */
            i2l
            iload 1 /* y */
            bipush 15
            ishl
            i2l
            ldc 4022730752
            land
            lxor
            l2i
            istore 1 /* y */
        11: .line 156
            iload 1 /* y */
            iload 1 /* y */
            bipush 18
            iushr
            ixor
            istore 1 /* y */
        12: .line 158
            iload 1 /* y */
            ireturn
        end local 1 // int y
        end local 0 // org.jruby.util.Random this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/jruby/util/Random;
            4    6     1     y  I
            8   13     1     y  I
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any

  public double genrandReal();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.jruby.util.Random this
         0: .line 162
            aload 0 /* this */
            invokevirtual org.jruby.util.Random.genrandInt32:()I
            iconst_5
            iushr
            istore 1 /* a */
        start local 1 // int a
         1: .line 163
            aload 0 /* this */
            invokevirtual org.jruby.util.Random.genrandInt32:()I
            bipush 6
            iushr
            istore 2 /* b */
        start local 2 // int b
         2: .line 164
            iload 1 /* a */
            i2d
            ldc 6.7108864E7
            dmul
            iload 2 /* b */
            i2d
            dadd
            ldc 1.1102230246251565E-16
            dmul
            dreturn
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.jruby.util.Random this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/util/Random;
            1    3     1     a  I
            2    3     2     b  I

  public double genrandReal2();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.jruby.util.Random this
         0: .line 168
            aload 0 /* this */
            invokevirtual org.jruby.util.Random.genrandInt32:()I
            istore 1 /* a */
        start local 1 // int a
         1: .line 169
            aload 0 /* this */
            invokevirtual org.jruby.util.Random.genrandInt32:()I
            istore 2 /* b */
        start local 2 // int b
         2: .line 170
            aload 0 /* this */
            iload 1 /* a */
            iload 2 /* b */
            invokevirtual org.jruby.util.Random.intPairToRealInclusive:(II)D
            dreturn
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.jruby.util.Random this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/util/Random;
            1    3     1     a  I
            2    3     2     b  I

  private double intPairToRealInclusive(int, int);
    descriptor: (II)D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.jruby.util.Random this
        start local 1 // int a
        start local 2 // int b
         0: .line 179
            iload 1 /* a */
            i2l
            ldc 4294967295
            land
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            astore 3 /* c */
        start local 3 // java.math.BigInteger c
         1: .line 180
            iload 2 /* b */
            i2l
            ldc 4294967295
            land
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            astore 4 /* d */
        start local 4 // java.math.BigInteger d
         2: .line 181
            aload 3 /* c */
            bipush 32
            invokevirtual java.math.BigInteger.shiftLeft:(I)Ljava/math/BigInteger;
            aload 4 /* d */
            invokevirtual java.math.BigInteger.or:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            getstatic org.jruby.util.Random.INTPAIR_CONST:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.multiply:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            bipush 64
            invokevirtual java.math.BigInteger.shiftRight:(I)Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.doubleValue:()D
         3: .line 182
            getstatic org.jruby.util.Random.LDEXP_CONST:D
         4: .line 181
            dmul
            dreturn
        end local 4 // java.math.BigInteger d
        end local 3 // java.math.BigInteger c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.jruby.util.Random this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/jruby/util/Random;
            0    5     1     a  I
            0    5     2     b  I
            1    5     3     c  Ljava/math/BigInteger;
            2    5     4     d  Ljava/math/BigInteger;
    MethodParameters:
      Name  Flags
      a     
      b     

  public int[] getState();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.Random this
         0: .line 186
            aload 0 /* this */
            getfield org.jruby.util.Random.state:[I
            areturn
        end local 0 // org.jruby.util.Random this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/Random;

  public int getLeft();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.Random this
         0: .line 190
            aload 0 /* this */
            getfield org.jruby.util.Random.left:I
            ireturn
        end local 0 // org.jruby.util.Random this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/Random;
}
SourceFile: "Random.java"