public class java.util.concurrent.ThreadLocalRandom extends java.util.Random
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.util.concurrent.ThreadLocalRandom
  super_class: java.util.Random
{
  boolean initialized;
    descriptor: Z
    flags: (0x0000) 

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -5851777807851030925

  private static final java.io.ObjectStreamField[] serialPersistentFields;
    descriptor: [Ljava/io/ObjectStreamField;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long GAMMA;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -7046029254386353131

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

  private static final long SEEDER_INCREMENT;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4942790177534073029

  private static final double DOUBLE_UNIT;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1.1102230246251565E-16

  private static final float FLOAT_UNIT;
    descriptor: F
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5.9604645E-8

  static final java.lang.String BAD_BOUND;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "bound must be positive"

  static final java.lang.String BAD_RANGE;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "bound must be greater than origin"

  static final java.lang.String BAD_SIZE;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "size must be non-negative"

  private static final jdk.internal.misc.Unsafe U;
    descriptor: Ljdk/internal/misc/Unsafe;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long SEED;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long PROBE;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long SECONDARY;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long THREADLOCALS;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long INHERITABLETHREADLOCALS;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long INHERITEDACCESSCONTROLCONTEXT;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.ThreadLocal<java.lang.Double> nextLocalGaussian;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/ThreadLocal<Ljava/lang/Double;>;

  private static final java.util.concurrent.atomic.AtomicInteger probeGenerator;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final java.util.concurrent.ThreadLocalRandom instance;
    descriptor: Ljava/util/concurrent/ThreadLocalRandom;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private static final java.util.concurrent.atomic.AtomicLong seeder;
    descriptor: Ljava/util/concurrent/atomic/AtomicLong;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=5, args_size=0
         0: .line 998
            iconst_2
            anewarray java.io.ObjectStreamField
            dup
            iconst_0
         1: .line 999
            new java.io.ObjectStreamField
            dup
            ldc "rnd"
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
            aastore
            dup
            iconst_1
         2: .line 1000
            new java.io.ObjectStreamField
            dup
            ldc "initialized"
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
            aastore
         3: .line 998
            putstatic java.util.concurrent.ThreadLocalRandom.serialPersistentFields:[Ljava/io/ObjectStreamField;
         4: .line 1055
            invokestatic jdk.internal.misc.Unsafe.getUnsafe:()Ljdk/internal/misc/Unsafe;
            putstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
         5: .line 1056
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
         6: .line 1057
            ldc Ljava/lang/Thread;
            ldc "threadLocalRandomSeed"
         7: .line 1056
            invokevirtual jdk.internal.misc.Unsafe.objectFieldOffset:(Ljava/lang/Class;Ljava/lang/String;)J
            putstatic java.util.concurrent.ThreadLocalRandom.SEED:J
         8: .line 1058
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
         9: .line 1059
            ldc Ljava/lang/Thread;
            ldc "threadLocalRandomProbe"
        10: .line 1058
            invokevirtual jdk.internal.misc.Unsafe.objectFieldOffset:(Ljava/lang/Class;Ljava/lang/String;)J
            putstatic java.util.concurrent.ThreadLocalRandom.PROBE:J
        11: .line 1060
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
        12: .line 1061
            ldc Ljava/lang/Thread;
            ldc "threadLocalRandomSecondarySeed"
        13: .line 1060
            invokevirtual jdk.internal.misc.Unsafe.objectFieldOffset:(Ljava/lang/Class;Ljava/lang/String;)J
            putstatic java.util.concurrent.ThreadLocalRandom.SECONDARY:J
        14: .line 1062
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
        15: .line 1063
            ldc Ljava/lang/Thread;
            ldc "threadLocals"
        16: .line 1062
            invokevirtual jdk.internal.misc.Unsafe.objectFieldOffset:(Ljava/lang/Class;Ljava/lang/String;)J
            putstatic java.util.concurrent.ThreadLocalRandom.THREADLOCALS:J
        17: .line 1064
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
        18: .line 1065
            ldc Ljava/lang/Thread;
            ldc "inheritableThreadLocals"
        19: .line 1064
            invokevirtual jdk.internal.misc.Unsafe.objectFieldOffset:(Ljava/lang/Class;Ljava/lang/String;)J
            putstatic java.util.concurrent.ThreadLocalRandom.INHERITABLETHREADLOCALS:J
        20: .line 1066
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
        21: .line 1067
            ldc Ljava/lang/Thread;
            ldc "inheritedAccessControlContext"
        22: .line 1066
            invokevirtual jdk.internal.misc.Unsafe.objectFieldOffset:(Ljava/lang/Class;Ljava/lang/String;)J
            putstatic java.util.concurrent.ThreadLocalRandom.INHERITEDACCESSCONTROLCONTEXT:J
        23: .line 1071
            new java.lang.ThreadLocal
            dup
            invokespecial java.lang.ThreadLocal.<init>:()V
        24: .line 1070
            putstatic java.util.concurrent.ThreadLocalRandom.nextLocalGaussian:Ljava/lang/ThreadLocal;
        25: .line 1074
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            putstatic java.util.concurrent.ThreadLocalRandom.probeGenerator:Ljava/util/concurrent/atomic/AtomicInteger;
        26: .line 1077
            new java.util.concurrent.ThreadLocalRandom
            dup
            invokespecial java.util.concurrent.ThreadLocalRandom.<init>:()V
            putstatic java.util.concurrent.ThreadLocalRandom.instance:Ljava/util/concurrent/ThreadLocalRandom;
        27: .line 1083
            new java.util.concurrent.atomic.AtomicLong
            dup
            invokestatic java.lang.System.currentTimeMillis:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix64:(J)J
        28: .line 1084
            invokestatic java.lang.System.nanoTime:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix64:(J)J
            lxor
        29: .line 1083
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:(J)V
        30: .line 1082
            putstatic java.util.concurrent.ThreadLocalRandom.seeder:Ljava/util/concurrent/atomic/AtomicLong;
        31: .line 1088
            ldc "java.util.secureRandomSeed"
            invokestatic jdk.internal.misc.VM.getSavedProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 0 /* sec */
        start local 0 // java.lang.String sec
        32: .line 1089
            aload 0 /* sec */
            invokestatic java.lang.Boolean.parseBoolean:(Ljava/lang/String;)Z
            ifeq 41
        33: .line 1090
            bipush 8
            invokestatic java.security.SecureRandom.getSeed:(I)[B
            astore 1 /* seedBytes */
        start local 1 // byte[] seedBytes
        34: .line 1091
            aload 1 /* seedBytes */
            iconst_0
            baload
            i2l
            ldc 255
            land
            lstore 2 /* s */
        start local 2 // long s
        35: .line 1092
            iconst_1
            istore 4 /* i */
        start local 4 // int i
        36: goto 39
        37: .line 1093
      StackMap locals: java.lang.String byte[] long int
      StackMap stack:
            lload 2 /* s */
            bipush 8
            lshl
            aload 1 /* seedBytes */
            iload 4 /* i */
            baload
            i2l
            ldc 255
            land
            lor
            lstore 2 /* s */
        38: .line 1092
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 4 /* i */
            bipush 8
            if_icmplt 37
        end local 4 // int i
        40: .line 1094
            getstatic java.util.concurrent.ThreadLocalRandom.seeder:Ljava/util/concurrent/atomic/AtomicLong;
            lload 2 /* s */
            invokevirtual java.util.concurrent.atomic.AtomicLong.set:(J)V
        end local 2 // long s
        end local 1 // byte[] seedBytes
        end local 0 // java.lang.String sec
        41: .line 1096
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot       Name  Signature
           32   41     0        sec  Ljava/lang/String;
           34   41     1  seedBytes  [B
           35   41     2          s  J
           36   40     4          i  I

  private static long mix64(long);
    descriptor: (J)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // long z
         0: .line 134
            lload 0 /* z */
            lload 0 /* z */
            bipush 33
            lushr
            lxor
            ldc -49064778989728563
            lmul
            lstore 0 /* z */
         1: .line 135
            lload 0 /* z */
            lload 0 /* z */
            bipush 33
            lushr
            lxor
            ldc -4265267296055464877
            lmul
            lstore 0 /* z */
         2: .line 136
            lload 0 /* z */
            lload 0 /* z */
            bipush 33
            lushr
            lxor
            lreturn
        end local 0 // long z
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     z  J
    MethodParameters:
      Name  Flags
      z     

  private static int mix32(long);
    descriptor: (J)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // long z
         0: .line 140
            lload 0 /* z */
            lload 0 /* z */
            bipush 33
            lushr
            lxor
            ldc -49064778989728563
            lmul
            lstore 0 /* z */
         1: .line 141
            lload 0 /* z */
            lload 0 /* z */
            bipush 33
            lushr
            lxor
            ldc -4265267296055464877
            lmul
            bipush 32
            lushr
            l2i
            ireturn
        end local 0 // long z
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     z  J
    MethodParameters:
      Name  Flags
      z     

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.concurrent.ThreadLocalRandom this
         0: .line 151
            aload 0 /* this */
            invokespecial java.util.Random.<init>:()V
         1: .line 152
            aload 0 /* this */
            iconst_1
            putfield java.util.concurrent.ThreadLocalRandom.initialized:Z
         2: .line 153
            return
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/util/concurrent/ThreadLocalRandom;

  static final void localInit();
    descriptor: ()V
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=0
         0: .line 163
            getstatic java.util.concurrent.ThreadLocalRandom.probeGenerator:Ljava/util/concurrent/atomic/AtomicInteger;
            ldc -1640531527
            invokevirtual java.util.concurrent.atomic.AtomicInteger.addAndGet:(I)I
            istore 0 /* p */
        start local 0 // int p
         1: .line 164
            iload 0 /* p */
            ifne 2
            iconst_1
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iload 0 /* p */
      StackMap locals:
      StackMap stack: int
         3: istore 1 /* probe */
        start local 1 // int probe
         4: .line 165
            getstatic java.util.concurrent.ThreadLocalRandom.seeder:Ljava/util/concurrent/atomic/AtomicLong;
            ldc -4942790177534073029
            invokevirtual java.util.concurrent.atomic.AtomicLong.getAndAdd:(J)J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix64:(J)J
            lstore 2 /* seed */
        start local 2 // long seed
         5: .line 166
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 4 /* t */
        start local 4 // java.lang.Thread t
         6: .line 167
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
            aload 4 /* t */
            getstatic java.util.concurrent.ThreadLocalRandom.SEED:J
            lload 2 /* seed */
            invokevirtual jdk.internal.misc.Unsafe.putLong:(Ljava/lang/Object;JJ)V
         7: .line 168
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
            aload 4 /* t */
            getstatic java.util.concurrent.ThreadLocalRandom.PROBE:J
            iload 1 /* probe */
            invokevirtual jdk.internal.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
         8: .line 169
            return
        end local 4 // java.lang.Thread t
        end local 2 // long seed
        end local 1 // int probe
        end local 0 // int p
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1    9     0      p  I
            4    9     1  probe  I
            5    9     2   seed  J
            6    9     4      t  Ljava/lang/Thread;

  public static java.util.concurrent.ThreadLocalRandom current();
    descriptor: ()Ljava/util/concurrent/ThreadLocalRandom;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 177
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            getstatic java.util.concurrent.ThreadLocalRandom.PROBE:J
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            ifne 2
         1: .line 178
            invokestatic java.util.concurrent.ThreadLocalRandom.localInit:()V
         2: .line 179
      StackMap locals:
      StackMap stack:
            getstatic java.util.concurrent.ThreadLocalRandom.instance:Ljava/util/concurrent/ThreadLocalRandom;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void setSeed(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // long seed
         0: .line 190
            aload 0 /* this */
            getfield java.util.concurrent.ThreadLocalRandom.initialized:Z
            ifeq 2
         1: .line 191
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 192
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long seed
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/util/concurrent/ThreadLocalRandom;
            0    3     1  seed  J
    MethodParameters:
      Name  Flags
      seed  

  final long nextSeed();
    descriptor: ()J
    flags: (0x0010) ACC_FINAL
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // java.util.concurrent.ThreadLocalRandom this
         0: .line 196
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            dup
            astore 1 /* t */
        start local 1 // java.lang.Thread t
         1: getstatic java.util.concurrent.ThreadLocalRandom.SEED:J
         2: .line 197
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
            aload 1 /* t */
            getstatic java.util.concurrent.ThreadLocalRandom.SEED:J
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            ldc -7046029254386353131
            ladd
            dup2
            lstore 2 /* r */
        start local 2 // long r
         3: .line 196
            invokevirtual jdk.internal.misc.Unsafe.putLong:(Ljava/lang/Object;JJ)V
         4: .line 198
            lload 2 /* r */
            lreturn
        end local 2 // long r
        end local 1 // java.lang.Thread t
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/util/concurrent/ThreadLocalRandom;
            1    5     1     t  Ljava/lang/Thread;
            3    5     2     r  J

  protected int next(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // int bits
         0: .line 211
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextInt:()I
            bipush 32
            iload 1 /* bits */
            isub
            iushr
            ireturn
        end local 1 // int bits
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/concurrent/ThreadLocalRandom;
            0    1     1  bits  I
    MethodParameters:
      Name  Flags
      bits  

  final long internalNextLong(long, long);
    descriptor: (JJ)J
    flags: (0x0010) ACC_FINAL
    Code:
      stack=6, locals=13, args_size=3
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // long origin
        start local 3 // long bound
         0: .line 224
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextSeed:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix64:(J)J
            lstore 5 /* r */
        start local 5 // long r
         1: .line 225
            lload 1 /* origin */
            lload 3 /* bound */
            lcmp
            ifge 16
         2: .line 226
            lload 3 /* bound */
            lload 1 /* origin */
            lsub
            lstore 7 /* n */
        start local 7 // long n
         3: lload 7 /* n */
            lconst_1
            lsub
            lstore 9 /* m */
        start local 9 // long m
         4: .line 227
            lload 7 /* n */
            lload 9 /* m */
            land
            lconst_0
            lcmp
            ifne 6
         5: .line 228
            lload 5 /* r */
            lload 9 /* m */
            land
            lload 1 /* origin */
            ladd
            lstore 5 /* r */
            goto 16
         6: .line 229
      StackMap locals: long long long
      StackMap stack:
            lload 7 /* n */
            lconst_0
            lcmp
            ifle 15
         7: .line 230
            lload 5 /* r */
            iconst_1
            lushr
            lstore 11 /* u */
        start local 11 // long u
         8: .line 231
            goto 10
         9: .line 232
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextSeed:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix64:(J)J
            iconst_1
            lushr
            lstore 11 /* u */
        10: .line 231
      StackMap locals:
      StackMap stack:
            lload 11 /* u */
            lload 9 /* m */
            ladd
            lload 11 /* u */
            lload 7 /* n */
            lrem
            dup2
            lstore 5 /* r */
            lsub
            lconst_0
        11: .line 230
            lcmp
            iflt 9
        end local 11 // long u
        12: .line 234
            lload 5 /* r */
            lload 1 /* origin */
            ladd
            lstore 5 /* r */
        13: .line 235
            goto 16
        14: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextSeed:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix64:(J)J
            lstore 5 /* r */
        15: .line 237
      StackMap locals:
      StackMap stack:
            lload 5 /* r */
            lload 1 /* origin */
            lcmp
            iflt 14
            lload 5 /* r */
            lload 3 /* bound */
            lcmp
            ifge 14
        end local 9 // long m
        end local 7 // long n
        16: .line 241
      StackMap locals:
      StackMap stack:
            lload 5 /* r */
            lreturn
        end local 5 // long r
        end local 3 // long bound
        end local 1 // long origin
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Ljava/util/concurrent/ThreadLocalRandom;
            0   17     1  origin  J
            0   17     3   bound  J
            1   17     5       r  J
            3   16     7       n  J
            4   16     9       m  J
            8   12    11       u  J
    MethodParameters:
        Name  Flags
      origin  
      bound   

  final int internalNextInt(int, int);
    descriptor: (II)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // int origin
        start local 2 // int bound
         0: .line 253
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextSeed:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix32:(J)I
            istore 3 /* r */
        start local 3 // int r
         1: .line 254
            iload 1 /* origin */
            iload 2 /* bound */
            if_icmpge 16
         2: .line 255
            iload 2 /* bound */
            iload 1 /* origin */
            isub
            istore 4 /* n */
        start local 4 // int n
         3: iload 4 /* n */
            iconst_1
            isub
            istore 5 /* m */
        start local 5 // int m
         4: .line 256
            iload 4 /* n */
            iload 5 /* m */
            iand
            ifne 6
         5: .line 257
            iload 3 /* r */
            iload 5 /* m */
            iand
            iload 1 /* origin */
            iadd
            istore 3 /* r */
            goto 16
         6: .line 258
      StackMap locals: int int int
      StackMap stack:
            iload 4 /* n */
            ifle 15
         7: .line 259
            iload 3 /* r */
            iconst_1
            iushr
            istore 6 /* u */
        start local 6 // int u
         8: .line 260
            goto 10
         9: .line 261
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextSeed:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix32:(J)I
            iconst_1
            iushr
            istore 6 /* u */
        10: .line 260
      StackMap locals:
      StackMap stack:
            iload 6 /* u */
            iload 5 /* m */
            iadd
            iload 6 /* u */
            iload 4 /* n */
            irem
            dup
            istore 3 /* r */
            isub
        11: .line 259
            iflt 9
        end local 6 // int u
        12: .line 263
            iload 3 /* r */
            iload 1 /* origin */
            iadd
            istore 3 /* r */
        13: .line 264
            goto 16
        14: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextSeed:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix32:(J)I
            istore 3 /* r */
        15: .line 266
      StackMap locals:
      StackMap stack:
            iload 3 /* r */
            iload 1 /* origin */
            if_icmplt 14
            iload 3 /* r */
            iload 2 /* bound */
            if_icmpge 14
        end local 5 // int m
        end local 4 // int n
        16: .line 270
      StackMap locals:
      StackMap stack:
            iload 3 /* r */
            ireturn
        end local 3 // int r
        end local 2 // int bound
        end local 1 // int origin
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Ljava/util/concurrent/ThreadLocalRandom;
            0   17     1  origin  I
            0   17     2   bound  I
            1   17     3       r  I
            3   16     4       n  I
            4   16     5       m  I
            8   12     6       u  I
    MethodParameters:
        Name  Flags
      origin  
      bound   

  final double internalNextDouble(double, double);
    descriptor: (DD)D
    flags: (0x0010) ACC_FINAL
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // double origin
        start local 3 // double bound
         0: .line 281
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextLong:()J
            bipush 11
            lushr
            l2d
            ldc 1.1102230246251565E-16
            dmul
            dstore 5 /* r */
        start local 5 // double r
         1: .line 282
            dload 1 /* origin */
            dload 3 /* bound */
            dcmpg
            ifge 5
         2: .line 283
            dload 5 /* r */
            dload 3 /* bound */
            dload 1 /* origin */
            dsub
            dmul
            dload 1 /* origin */
            dadd
            dstore 5 /* r */
         3: .line 284
            dload 5 /* r */
            dload 3 /* bound */
            dcmpl
            iflt 5
         4: .line 285
            dload 3 /* bound */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_1
            lsub
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dstore 5 /* r */
         5: .line 287
      StackMap locals: double
      StackMap stack:
            dload 5 /* r */
            dreturn
        end local 5 // double r
        end local 3 // double bound
        end local 1 // double origin
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljava/util/concurrent/ThreadLocalRandom;
            0    6     1  origin  D
            0    6     3   bound  D
            1    6     5       r  D
    MethodParameters:
        Name  Flags
      origin  
      bound   

  public int nextInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.concurrent.ThreadLocalRandom this
         0: .line 296
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextSeed:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix32:(J)I
            ireturn
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/concurrent/ThreadLocalRandom;

  public int nextInt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // int bound
         0: .line 309
            iload 1 /* bound */
            ifgt 2
         1: .line 310
            new java.lang.IllegalArgumentException
            dup
            ldc "bound must be positive"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextSeed:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix32:(J)I
            istore 2 /* r */
        start local 2 // int r
         3: .line 312
            iload 1 /* bound */
            iconst_1
            isub
            istore 3 /* m */
        start local 3 // int m
         4: .line 313
            iload 1 /* bound */
            iload 3 /* m */
            iand
            ifne 6
         5: .line 314
            iload 2 /* r */
            iload 3 /* m */
            iand
            istore 2 /* r */
            goto 11
         6: .line 316
      StackMap locals: int int
      StackMap stack:
            iload 2 /* r */
            iconst_1
            iushr
            istore 4 /* u */
        start local 4 // int u
         7: .line 317
            goto 9
         8: .line 318
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextSeed:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix32:(J)I
            iconst_1
            iushr
            istore 4 /* u */
         9: .line 317
      StackMap locals:
      StackMap stack:
            iload 4 /* u */
            iload 3 /* m */
            iadd
            iload 4 /* u */
            iload 1 /* bound */
            irem
            dup
            istore 2 /* r */
            isub
        10: .line 316
            iflt 8
        end local 4 // int u
        11: .line 321
      StackMap locals:
      StackMap stack:
            iload 2 /* r */
            ireturn
        end local 3 // int m
        end local 2 // int r
        end local 1 // int bound
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Ljava/util/concurrent/ThreadLocalRandom;
            0   12     1  bound  I
            3   12     2      r  I
            4   12     3      m  I
            7   11     4      u  I
    MethodParameters:
       Name  Flags
      bound  

  public int nextInt(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // int origin
        start local 2 // int bound
         0: .line 336
            iload 1 /* origin */
            iload 2 /* bound */
            if_icmplt 2
         1: .line 337
            new java.lang.IllegalArgumentException
            dup
            ldc "bound must be greater than origin"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* origin */
            iload 2 /* bound */
            invokevirtual java.util.concurrent.ThreadLocalRandom.internalNextInt:(II)I
            ireturn
        end local 2 // int bound
        end local 1 // int origin
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljava/util/concurrent/ThreadLocalRandom;
            0    3     1  origin  I
            0    3     2   bound  I
    MethodParameters:
        Name  Flags
      origin  
      bound   

  public long nextLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.concurrent.ThreadLocalRandom this
         0: .line 347
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextSeed:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix64:(J)J
            lreturn
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/concurrent/ThreadLocalRandom;

  public long nextLong(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // long bound
         0: .line 360
            lload 1 /* bound */
            lconst_0
            lcmp
            ifgt 2
         1: .line 361
            new java.lang.IllegalArgumentException
            dup
            ldc "bound must be positive"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextSeed:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix64:(J)J
            lstore 3 /* r */
        start local 3 // long r
         3: .line 363
            lload 1 /* bound */
            lconst_1
            lsub
            lstore 5 /* m */
        start local 5 // long m
         4: .line 364
            lload 1 /* bound */
            lload 5 /* m */
            land
            lconst_0
            lcmp
            ifne 6
         5: .line 365
            lload 3 /* r */
            lload 5 /* m */
            land
            lstore 3 /* r */
            goto 11
         6: .line 367
      StackMap locals: long long
      StackMap stack:
            lload 3 /* r */
            iconst_1
            lushr
            lstore 7 /* u */
        start local 7 // long u
         7: .line 368
            goto 9
         8: .line 369
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextSeed:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix64:(J)J
            iconst_1
            lushr
            lstore 7 /* u */
         9: .line 368
      StackMap locals:
      StackMap stack:
            lload 7 /* u */
            lload 5 /* m */
            ladd
            lload 7 /* u */
            lload 1 /* bound */
            lrem
            dup2
            lstore 3 /* r */
            lsub
            lconst_0
        10: .line 367
            lcmp
            iflt 8
        end local 7 // long u
        11: .line 372
      StackMap locals:
      StackMap stack:
            lload 3 /* r */
            lreturn
        end local 5 // long m
        end local 3 // long r
        end local 1 // long bound
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Ljava/util/concurrent/ThreadLocalRandom;
            0   12     1  bound  J
            3   12     3      r  J
            4   12     5      m  J
            7   11     7      u  J
    MethodParameters:
       Name  Flags
      bound  

  public long nextLong(long, long);
    descriptor: (JJ)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // long origin
        start local 3 // long bound
         0: .line 387
            lload 1 /* origin */
            lload 3 /* bound */
            lcmp
            iflt 2
         1: .line 388
            new java.lang.IllegalArgumentException
            dup
            ldc "bound must be greater than origin"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 389
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* origin */
            lload 3 /* bound */
            invokevirtual java.util.concurrent.ThreadLocalRandom.internalNextLong:(JJ)J
            lreturn
        end local 3 // long bound
        end local 1 // long origin
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljava/util/concurrent/ThreadLocalRandom;
            0    3     1  origin  J
            0    3     3   bound  J
    MethodParameters:
        Name  Flags
      origin  
      bound   

  public double nextDouble();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.util.concurrent.ThreadLocalRandom this
         0: .line 400
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextSeed:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix64:(J)J
            bipush 11
            lushr
            l2d
            ldc 1.1102230246251565E-16
            dmul
            dreturn
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/concurrent/ThreadLocalRandom;

  public double nextDouble(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // double bound
         0: .line 413
            dload 1 /* bound */
            dconst_0
            dcmpl
            ifgt 2
         1: .line 414
            new java.lang.IllegalArgumentException
            dup
            ldc "bound must be positive"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 415
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextSeed:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix64:(J)J
            bipush 11
            lushr
            l2d
            ldc 1.1102230246251565E-16
            dmul
            dload 1 /* bound */
            dmul
            dstore 3 /* result */
        start local 3 // double result
         3: .line 416
            dload 3 /* result */
            dload 1 /* bound */
            dcmpg
            ifge 4
            dload 3 /* result */
            goto 5
         4: .line 417
      StackMap locals: double
      StackMap stack:
            dload 1 /* bound */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_1
            lsub
            invokestatic java.lang.Double.longBitsToDouble:(J)D
         5: .line 416
      StackMap locals:
      StackMap stack: double
            dreturn
        end local 3 // double result
        end local 1 // double bound
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljava/util/concurrent/ThreadLocalRandom;
            0    6     1   bound  D
            3    6     3  result  D
    MethodParameters:
       Name  Flags
      bound  

  public double nextDouble(double, double);
    descriptor: (DD)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // double origin
        start local 3 // double bound
         0: .line 432
            dload 1 /* origin */
            dload 3 /* bound */
            dcmpg
            iflt 2
         1: .line 433
            new java.lang.IllegalArgumentException
            dup
            ldc "bound must be greater than origin"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 1 /* origin */
            dload 3 /* bound */
            invokevirtual java.util.concurrent.ThreadLocalRandom.internalNextDouble:(DD)D
            dreturn
        end local 3 // double bound
        end local 1 // double origin
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljava/util/concurrent/ThreadLocalRandom;
            0    3     1  origin  D
            0    3     3   bound  D
    MethodParameters:
        Name  Flags
      origin  
      bound   

  public boolean nextBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.concurrent.ThreadLocalRandom this
         0: .line 443
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextSeed:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix32:(J)I
            ifge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/util/concurrent/ThreadLocalRandom;

  public float nextFloat();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.concurrent.ThreadLocalRandom this
         0: .line 454
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextSeed:()J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix32:(J)I
            bipush 8
            iushr
            i2f
            ldc 5.9604645E-8
            fmul
            freturn
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/concurrent/ThreadLocalRandom;

  public double nextGaussian();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=1
        start local 0 // java.util.concurrent.ThreadLocalRandom this
         0: .line 459
            getstatic java.util.concurrent.ThreadLocalRandom.nextLocalGaussian:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast java.lang.Double
            astore 1 /* d */
        start local 1 // java.lang.Double d
         1: .line 460
            aload 1 /* d */
            ifnull 4
         2: .line 461
            getstatic java.util.concurrent.ThreadLocalRandom.nextLocalGaussian:Ljava/lang/ThreadLocal;
            aconst_null
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
         3: .line 462
            aload 1 /* d */
            invokevirtual java.lang.Double.doubleValue:()D
            dreturn
         4: .line 466
      StackMap locals: java.lang.Double
      StackMap stack:
            ldc 2.0
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextDouble:()D
            dmul
            dconst_1
            dsub
            dstore 2 /* v1 */
        start local 2 // double v1
         5: .line 467
            ldc 2.0
            aload 0 /* this */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextDouble:()D
            dmul
            dconst_1
            dsub
            dstore 4 /* v2 */
        start local 4 // double v2
         6: .line 468
            dload 2 /* v1 */
            dload 2 /* v1 */
            dmul
            dload 4 /* v2 */
            dload 4 /* v2 */
            dmul
            dadd
            dstore 6 /* s */
        start local 6 // double s
         7: .line 469
            dload 6 /* s */
            dconst_1
            dcmpl
            ifge 4
            dload 6 /* s */
            dconst_0
            dcmpl
            ifeq 4
         8: .line 470
            ldc -2.0
            dload 6 /* s */
            invokestatic java.lang.StrictMath.log:(D)D
            dmul
            dload 6 /* s */
            ddiv
            invokestatic java.lang.StrictMath.sqrt:(D)D
            dstore 8 /* multiplier */
        start local 8 // double multiplier
         9: .line 471
            getstatic java.util.concurrent.ThreadLocalRandom.nextLocalGaussian:Ljava/lang/ThreadLocal;
            dload 4 /* v2 */
            dload 8 /* multiplier */
            dmul
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
        10: .line 472
            dload 2 /* v1 */
            dload 8 /* multiplier */
            dmul
            dreturn
        end local 8 // double multiplier
        end local 6 // double s
        end local 4 // double v2
        end local 2 // double v1
        end local 1 // java.lang.Double d
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Ljava/util/concurrent/ThreadLocalRandom;
            1   11     1           d  Ljava/lang/Double;
            5   11     2          v1  D
            6   11     4          v2  D
            7   11     6           s  D
            9   11     8  multiplier  D

  public java.util.stream.IntStream ints(long);
    descriptor: (J)Ljava/util/stream/IntStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // long streamSize
         0: .line 489
            lload 1 /* streamSize */
            lconst_0
            lcmp
            ifge 2
         1: .line 490
            new java.lang.IllegalArgumentException
            dup
            ldc "size must be non-negative"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 492
      StackMap locals:
      StackMap stack:
            new java.util.concurrent.ThreadLocalRandom$RandomIntsSpliterator
            dup
         3: .line 493
            lconst_0
            lload 1 /* streamSize */
            ldc 2147483647
            iconst_0
         4: .line 492
            invokespecial java.util.concurrent.ThreadLocalRandom$RandomIntsSpliterator.<init>:(JJII)V
         5: .line 494
            iconst_0
         6: .line 491
            invokestatic java.util.stream.StreamSupport.intStream:(Ljava/util/Spliterator$OfInt;Z)Ljava/util/stream/IntStream;
            areturn
        end local 1 // long streamSize
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Ljava/util/concurrent/ThreadLocalRandom;
            0    7     1  streamSize  J
    MethodParameters:
            Name  Flags
      streamSize  

  public java.util.stream.IntStream ints();
    descriptor: ()Ljava/util/stream/IntStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // java.util.concurrent.ThreadLocalRandom this
         0: .line 509
            new java.util.concurrent.ThreadLocalRandom$RandomIntsSpliterator
            dup
         1: .line 510
            lconst_0
            ldc 9223372036854775807
            ldc 2147483647
            iconst_0
         2: .line 509
            invokespecial java.util.concurrent.ThreadLocalRandom$RandomIntsSpliterator.<init>:(JJII)V
         3: .line 511
            iconst_0
         4: .line 508
            invokestatic java.util.stream.StreamSupport.intStream:(Ljava/util/Spliterator$OfInt;Z)Ljava/util/stream/IntStream;
            areturn
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/util/concurrent/ThreadLocalRandom;

  public java.util.stream.IntStream ints(long, int, int);
    descriptor: (JII)Ljava/util/stream/IntStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // long streamSize
        start local 3 // int randomNumberOrigin
        start local 4 // int randomNumberBound
         0: .line 531
            lload 1 /* streamSize */
            lconst_0
            lcmp
            ifge 2
         1: .line 532
            new java.lang.IllegalArgumentException
            dup
            ldc "size must be non-negative"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 533
      StackMap locals:
      StackMap stack:
            iload 3 /* randomNumberOrigin */
            iload 4 /* randomNumberBound */
            if_icmplt 4
         3: .line 534
            new java.lang.IllegalArgumentException
            dup
            ldc "bound must be greater than origin"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 536
      StackMap locals:
      StackMap stack:
            new java.util.concurrent.ThreadLocalRandom$RandomIntsSpliterator
            dup
         5: .line 537
            lconst_0
            lload 1 /* streamSize */
            iload 3 /* randomNumberOrigin */
            iload 4 /* randomNumberBound */
         6: .line 536
            invokespecial java.util.concurrent.ThreadLocalRandom$RandomIntsSpliterator.<init>:(JJII)V
         7: .line 538
            iconst_0
         8: .line 535
            invokestatic java.util.stream.StreamSupport.intStream:(Ljava/util/Spliterator$OfInt;Z)Ljava/util/stream/IntStream;
            areturn
        end local 4 // int randomNumberBound
        end local 3 // int randomNumberOrigin
        end local 1 // long streamSize
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                this  Ljava/util/concurrent/ThreadLocalRandom;
            0    9     1          streamSize  J
            0    9     3  randomNumberOrigin  I
            0    9     4   randomNumberBound  I
    MethodParameters:
                    Name  Flags
      streamSize          
      randomNumberOrigin  
      randomNumberBound   

  public java.util.stream.IntStream ints(int, int);
    descriptor: (II)Ljava/util/stream/IntStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=3
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // int randomNumberOrigin
        start local 2 // int randomNumberBound
         0: .line 558
            iload 1 /* randomNumberOrigin */
            iload 2 /* randomNumberBound */
            if_icmplt 2
         1: .line 559
            new java.lang.IllegalArgumentException
            dup
            ldc "bound must be greater than origin"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 561
      StackMap locals:
      StackMap stack:
            new java.util.concurrent.ThreadLocalRandom$RandomIntsSpliterator
            dup
         3: .line 562
            lconst_0
            ldc 9223372036854775807
            iload 1 /* randomNumberOrigin */
            iload 2 /* randomNumberBound */
         4: .line 561
            invokespecial java.util.concurrent.ThreadLocalRandom$RandomIntsSpliterator.<init>:(JJII)V
         5: .line 563
            iconst_0
         6: .line 560
            invokestatic java.util.stream.StreamSupport.intStream:(Ljava/util/Spliterator$OfInt;Z)Ljava/util/stream/IntStream;
            areturn
        end local 2 // int randomNumberBound
        end local 1 // int randomNumberOrigin
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    7     0                this  Ljava/util/concurrent/ThreadLocalRandom;
            0    7     1  randomNumberOrigin  I
            0    7     2   randomNumberBound  I
    MethodParameters:
                    Name  Flags
      randomNumberOrigin  
      randomNumberBound   

  public java.util.stream.LongStream longs(long);
    descriptor: (J)Ljava/util/stream/LongStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=3, args_size=2
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // long streamSize
         0: .line 577
            lload 1 /* streamSize */
            lconst_0
            lcmp
            ifge 2
         1: .line 578
            new java.lang.IllegalArgumentException
            dup
            ldc "size must be non-negative"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 580
      StackMap locals:
      StackMap stack:
            new java.util.concurrent.ThreadLocalRandom$RandomLongsSpliterator
            dup
         3: .line 581
            lconst_0
            lload 1 /* streamSize */
            ldc 9223372036854775807
            lconst_0
         4: .line 580
            invokespecial java.util.concurrent.ThreadLocalRandom$RandomLongsSpliterator.<init>:(JJJJ)V
         5: .line 582
            iconst_0
         6: .line 579
            invokestatic java.util.stream.StreamSupport.longStream:(Ljava/util/Spliterator$OfLong;Z)Ljava/util/stream/LongStream;
            areturn
        end local 1 // long streamSize
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Ljava/util/concurrent/ThreadLocalRandom;
            0    7     1  streamSize  J
    MethodParameters:
            Name  Flags
      streamSize  

  public java.util.stream.LongStream longs();
    descriptor: ()Ljava/util/stream/LongStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // java.util.concurrent.ThreadLocalRandom this
         0: .line 597
            new java.util.concurrent.ThreadLocalRandom$RandomLongsSpliterator
            dup
         1: .line 598
            lconst_0
            ldc 9223372036854775807
            ldc 9223372036854775807
            lconst_0
         2: .line 597
            invokespecial java.util.concurrent.ThreadLocalRandom$RandomLongsSpliterator.<init>:(JJJJ)V
         3: .line 599
            iconst_0
         4: .line 596
            invokestatic java.util.stream.StreamSupport.longStream:(Ljava/util/Spliterator$OfLong;Z)Ljava/util/stream/LongStream;
            areturn
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/util/concurrent/ThreadLocalRandom;

  public java.util.stream.LongStream longs(long, long, long);
    descriptor: (JJJ)Ljava/util/stream/LongStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=7, args_size=4
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // long streamSize
        start local 3 // long randomNumberOrigin
        start local 5 // long randomNumberBound
         0: .line 619
            lload 1 /* streamSize */
            lconst_0
            lcmp
            ifge 2
         1: .line 620
            new java.lang.IllegalArgumentException
            dup
            ldc "size must be non-negative"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 621
      StackMap locals:
      StackMap stack:
            lload 3 /* randomNumberOrigin */
            lload 5 /* randomNumberBound */
            lcmp
            iflt 4
         3: .line 622
            new java.lang.IllegalArgumentException
            dup
            ldc "bound must be greater than origin"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 624
      StackMap locals:
      StackMap stack:
            new java.util.concurrent.ThreadLocalRandom$RandomLongsSpliterator
            dup
         5: .line 625
            lconst_0
            lload 1 /* streamSize */
            lload 3 /* randomNumberOrigin */
            lload 5 /* randomNumberBound */
         6: .line 624
            invokespecial java.util.concurrent.ThreadLocalRandom$RandomLongsSpliterator.<init>:(JJJJ)V
         7: .line 626
            iconst_0
         8: .line 623
            invokestatic java.util.stream.StreamSupport.longStream:(Ljava/util/Spliterator$OfLong;Z)Ljava/util/stream/LongStream;
            areturn
        end local 5 // long randomNumberBound
        end local 3 // long randomNumberOrigin
        end local 1 // long streamSize
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                this  Ljava/util/concurrent/ThreadLocalRandom;
            0    9     1          streamSize  J
            0    9     3  randomNumberOrigin  J
            0    9     5   randomNumberBound  J
    MethodParameters:
                    Name  Flags
      streamSize          
      randomNumberOrigin  
      randomNumberBound   

  public java.util.stream.LongStream longs(long, long);
    descriptor: (JJ)Ljava/util/stream/LongStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=5, args_size=3
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // long randomNumberOrigin
        start local 3 // long randomNumberBound
         0: .line 646
            lload 1 /* randomNumberOrigin */
            lload 3 /* randomNumberBound */
            lcmp
            iflt 2
         1: .line 647
            new java.lang.IllegalArgumentException
            dup
            ldc "bound must be greater than origin"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 649
      StackMap locals:
      StackMap stack:
            new java.util.concurrent.ThreadLocalRandom$RandomLongsSpliterator
            dup
         3: .line 650
            lconst_0
            ldc 9223372036854775807
            lload 1 /* randomNumberOrigin */
            lload 3 /* randomNumberBound */
         4: .line 649
            invokespecial java.util.concurrent.ThreadLocalRandom$RandomLongsSpliterator.<init>:(JJJJ)V
         5: .line 651
            iconst_0
         6: .line 648
            invokestatic java.util.stream.StreamSupport.longStream:(Ljava/util/Spliterator$OfLong;Z)Ljava/util/stream/LongStream;
            areturn
        end local 3 // long randomNumberBound
        end local 1 // long randomNumberOrigin
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    7     0                this  Ljava/util/concurrent/ThreadLocalRandom;
            0    7     1  randomNumberOrigin  J
            0    7     3   randomNumberBound  J
    MethodParameters:
                    Name  Flags
      randomNumberOrigin  
      randomNumberBound   

  public java.util.stream.DoubleStream doubles(long);
    descriptor: (J)Ljava/util/stream/DoubleStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=3, args_size=2
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // long streamSize
         0: .line 666
            lload 1 /* streamSize */
            lconst_0
            lcmp
            ifge 2
         1: .line 667
            new java.lang.IllegalArgumentException
            dup
            ldc "size must be non-negative"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 669
      StackMap locals:
      StackMap stack:
            new java.util.concurrent.ThreadLocalRandom$RandomDoublesSpliterator
            dup
         3: .line 670
            lconst_0
            lload 1 /* streamSize */
            ldc 1.7976931348623157E308
            dconst_0
         4: .line 669
            invokespecial java.util.concurrent.ThreadLocalRandom$RandomDoublesSpliterator.<init>:(JJDD)V
         5: .line 671
            iconst_0
         6: .line 668
            invokestatic java.util.stream.StreamSupport.doubleStream:(Ljava/util/Spliterator$OfDouble;Z)Ljava/util/stream/DoubleStream;
            areturn
        end local 1 // long streamSize
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Ljava/util/concurrent/ThreadLocalRandom;
            0    7     1  streamSize  J
    MethodParameters:
            Name  Flags
      streamSize  

  public java.util.stream.DoubleStream doubles();
    descriptor: ()Ljava/util/stream/DoubleStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // java.util.concurrent.ThreadLocalRandom this
         0: .line 687
            new java.util.concurrent.ThreadLocalRandom$RandomDoublesSpliterator
            dup
         1: .line 688
            lconst_0
            ldc 9223372036854775807
            ldc 1.7976931348623157E308
            dconst_0
         2: .line 687
            invokespecial java.util.concurrent.ThreadLocalRandom$RandomDoublesSpliterator.<init>:(JJDD)V
         3: .line 689
            iconst_0
         4: .line 686
            invokestatic java.util.stream.StreamSupport.doubleStream:(Ljava/util/Spliterator$OfDouble;Z)Ljava/util/stream/DoubleStream;
            areturn
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/util/concurrent/ThreadLocalRandom;

  public java.util.stream.DoubleStream doubles(long, double, double);
    descriptor: (JDD)Ljava/util/stream/DoubleStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=7, args_size=4
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // long streamSize
        start local 3 // double randomNumberOrigin
        start local 5 // double randomNumberBound
         0: .line 709
            lload 1 /* streamSize */
            lconst_0
            lcmp
            ifge 2
         1: .line 710
            new java.lang.IllegalArgumentException
            dup
            ldc "size must be non-negative"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 711
      StackMap locals:
      StackMap stack:
            dload 3 /* randomNumberOrigin */
            dload 5 /* randomNumberBound */
            dcmpg
            iflt 4
         3: .line 712
            new java.lang.IllegalArgumentException
            dup
            ldc "bound must be greater than origin"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 714
      StackMap locals:
      StackMap stack:
            new java.util.concurrent.ThreadLocalRandom$RandomDoublesSpliterator
            dup
         5: .line 715
            lconst_0
            lload 1 /* streamSize */
            dload 3 /* randomNumberOrigin */
            dload 5 /* randomNumberBound */
         6: .line 714
            invokespecial java.util.concurrent.ThreadLocalRandom$RandomDoublesSpliterator.<init>:(JJDD)V
         7: .line 716
            iconst_0
         8: .line 713
            invokestatic java.util.stream.StreamSupport.doubleStream:(Ljava/util/Spliterator$OfDouble;Z)Ljava/util/stream/DoubleStream;
            areturn
        end local 5 // double randomNumberBound
        end local 3 // double randomNumberOrigin
        end local 1 // long streamSize
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                this  Ljava/util/concurrent/ThreadLocalRandom;
            0    9     1          streamSize  J
            0    9     3  randomNumberOrigin  D
            0    9     5   randomNumberBound  D
    MethodParameters:
                    Name  Flags
      streamSize          
      randomNumberOrigin  
      randomNumberBound   

  public java.util.stream.DoubleStream doubles(double, double);
    descriptor: (DD)Ljava/util/stream/DoubleStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=5, args_size=3
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // double randomNumberOrigin
        start local 3 // double randomNumberBound
         0: .line 736
            dload 1 /* randomNumberOrigin */
            dload 3 /* randomNumberBound */
            dcmpg
            iflt 2
         1: .line 737
            new java.lang.IllegalArgumentException
            dup
            ldc "bound must be greater than origin"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 739
      StackMap locals:
      StackMap stack:
            new java.util.concurrent.ThreadLocalRandom$RandomDoublesSpliterator
            dup
         3: .line 740
            lconst_0
            ldc 9223372036854775807
            dload 1 /* randomNumberOrigin */
            dload 3 /* randomNumberBound */
         4: .line 739
            invokespecial java.util.concurrent.ThreadLocalRandom$RandomDoublesSpliterator.<init>:(JJDD)V
         5: .line 741
            iconst_0
         6: .line 738
            invokestatic java.util.stream.StreamSupport.doubleStream:(Ljava/util/Spliterator$OfDouble;Z)Ljava/util/stream/DoubleStream;
            areturn
        end local 3 // double randomNumberBound
        end local 1 // double randomNumberOrigin
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    7     0                this  Ljava/util/concurrent/ThreadLocalRandom;
            0    7     1  randomNumberOrigin  D
            0    7     3   randomNumberBound  D
    MethodParameters:
                    Name  Flags
      randomNumberOrigin  
      randomNumberBound   

  static final int getProbe();
    descriptor: ()I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=4, locals=0, args_size=0
         0: .line 941
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            getstatic java.util.concurrent.ThreadLocalRandom.PROBE:J
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static final int advanceProbe(int);
    descriptor: (I)I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // int probe
         0: .line 949
            iload 0 /* probe */
            iload 0 /* probe */
            bipush 13
            ishl
            ixor
            istore 0 /* probe */
         1: .line 950
            iload 0 /* probe */
            iload 0 /* probe */
            bipush 17
            iushr
            ixor
            istore 0 /* probe */
         2: .line 951
            iload 0 /* probe */
            iload 0 /* probe */
            iconst_5
            ishl
            ixor
            istore 0 /* probe */
         3: .line 952
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            getstatic java.util.concurrent.ThreadLocalRandom.PROBE:J
            iload 0 /* probe */
            invokevirtual jdk.internal.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
         4: .line 953
            iload 0 /* probe */
            ireturn
        end local 0 // int probe
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0  probe  I
    MethodParameters:
       Name  Flags
      probe  

  static final int nextSecondarySeed();
    descriptor: ()I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=0
         0: .line 961
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 1 /* t */
        start local 1 // java.lang.Thread t
         1: .line 962
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
            aload 1 /* t */
            getstatic java.util.concurrent.ThreadLocalRandom.SECONDARY:J
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            dup
            istore 0 /* r */
        start local 0 // int r
         2: ifeq 7
         3: .line 963
            iload 0 /* r */
            iload 0 /* r */
            bipush 13
            ishl
            ixor
            istore 0 /* r */
         4: .line 964
            iload 0 /* r */
            iload 0 /* r */
            bipush 17
            iushr
            ixor
            istore 0 /* r */
         5: .line 965
            iload 0 /* r */
            iload 0 /* r */
            iconst_5
            ishl
            ixor
            istore 0 /* r */
         6: .line 966
            goto 9
         7: .line 967
      StackMap locals: int java.lang.Thread
      StackMap stack:
            getstatic java.util.concurrent.ThreadLocalRandom.seeder:Ljava/util/concurrent/atomic/AtomicLong;
            ldc -4942790177534073029
            invokevirtual java.util.concurrent.atomic.AtomicLong.getAndAdd:(J)J
            invokestatic java.util.concurrent.ThreadLocalRandom.mix32:(J)I
            dup
            istore 0 /* r */
            ifne 9
         8: .line 968
            iconst_1
            istore 0 /* r */
         9: .line 969
      StackMap locals:
      StackMap stack:
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
            aload 1 /* t */
            getstatic java.util.concurrent.ThreadLocalRandom.SECONDARY:J
            iload 0 /* r */
            invokevirtual jdk.internal.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
        10: .line 970
            iload 0 /* r */
            ireturn
        end local 1 // java.lang.Thread t
        end local 0 // int r
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2   11     0     r  I
            1   11     1     t  Ljava/lang/Thread;

  static final void eraseThreadLocals(java.lang.Thread);
    descriptor: (Ljava/lang/Thread;)V
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.lang.Thread thread
         0: .line 979
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
            aload 0 /* thread */
            getstatic java.util.concurrent.ThreadLocalRandom.THREADLOCALS:J
            aconst_null
            invokevirtual jdk.internal.misc.Unsafe.putObject:(Ljava/lang/Object;JLjava/lang/Object;)V
         1: .line 980
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
            aload 0 /* thread */
            getstatic java.util.concurrent.ThreadLocalRandom.INHERITABLETHREADLOCALS:J
            aconst_null
            invokevirtual jdk.internal.misc.Unsafe.putObject:(Ljava/lang/Object;JLjava/lang/Object;)V
         2: .line 981
            return
        end local 0 // java.lang.Thread thread
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  thread  Ljava/lang/Thread;
    MethodParameters:
        Name  Flags
      thread  

  static final void setInheritedAccessControlContext(java.lang.Thread, java.security.AccessControlContext);
    descriptor: (Ljava/lang/Thread;Ljava/security/AccessControlContext;)V
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.lang.Thread thread
        start local 1 // java.security.AccessControlContext acc
         0: .line 985
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
            aload 0 /* thread */
            getstatic java.util.concurrent.ThreadLocalRandom.INHERITEDACCESSCONTROLCONTEXT:J
            aload 1 /* acc */
            invokevirtual jdk.internal.misc.Unsafe.putObjectRelease:(Ljava/lang/Object;JLjava/lang/Object;)V
         1: .line 986
            return
        end local 1 // java.security.AccessControlContext acc
        end local 0 // java.lang.Thread thread
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  thread  Ljava/lang/Thread;
            0    2     1     acc  Ljava/security/AccessControlContext;
    MethodParameters:
        Name  Flags
      thread  
      acc     

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // java.util.concurrent.ThreadLocalRandom this
        start local 1 // java.io.ObjectOutputStream s
         0: .line 1011
            aload 1 /* s */
            invokevirtual java.io.ObjectOutputStream.putFields:()Ljava/io/ObjectOutputStream$PutField;
            astore 2 /* fields */
        start local 2 // java.io.ObjectOutputStream$PutField fields
         1: .line 1012
            aload 2 /* fields */
            ldc "rnd"
            getstatic java.util.concurrent.ThreadLocalRandom.U:Ljdk/internal/misc/Unsafe;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            getstatic java.util.concurrent.ThreadLocalRandom.SEED:J
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;J)V
         2: .line 1013
            aload 2 /* fields */
            ldc "initialized"
            iconst_1
            invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Z)V
         3: .line 1014
            aload 1 /* s */
            invokevirtual java.io.ObjectOutputStream.writeFields:()V
         4: .line 1015
            return
        end local 2 // java.io.ObjectOutputStream$PutField fields
        end local 1 // java.io.ObjectOutputStream s
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljava/util/concurrent/ThreadLocalRandom;
            0    5     1       s  Ljava/io/ObjectOutputStream;
            1    5     2  fields  Ljava/io/ObjectOutputStream$PutField;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  private java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.concurrent.ThreadLocalRandom this
         0: .line 1022
            invokestatic java.util.concurrent.ThreadLocalRandom.current:()Ljava/util/concurrent/ThreadLocalRandom;
            areturn
        end local 0 // java.util.concurrent.ThreadLocalRandom this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/concurrent/ThreadLocalRandom;
}
SourceFile: "ThreadLocalRandom.java"
NestMembers:
  java.util.concurrent.ThreadLocalRandom$RandomDoublesSpliterator  java.util.concurrent.ThreadLocalRandom$RandomIntsSpliterator  java.util.concurrent.ThreadLocalRandom$RandomLongsSpliterator
InnerClasses:
  public abstract PutField = java.io.ObjectOutputStream$PutField of java.io.ObjectOutputStream
  public abstract OfDouble = java.util.Spliterator$OfDouble of java.util.Spliterator
  public abstract OfInt = java.util.Spliterator$OfInt of java.util.Spliterator
  public abstract OfLong = java.util.Spliterator$OfLong of java.util.Spliterator
  private final RandomDoublesSpliterator = java.util.concurrent.ThreadLocalRandom$RandomDoublesSpliterator of java.util.concurrent.ThreadLocalRandom
  private final RandomIntsSpliterator = java.util.concurrent.ThreadLocalRandom$RandomIntsSpliterator of java.util.concurrent.ThreadLocalRandom
  private final RandomLongsSpliterator = java.util.concurrent.ThreadLocalRandom$RandomLongsSpliterator of java.util.concurrent.ThreadLocalRandom