Rabbit-R1/android (non root)/smali/smali_classes3/kotlin/random/jdk8/PlatformThreadLocalRandom.smali

127 lines
3.5 KiB
Smali
Raw Normal View History

2024-05-21 21:08:36 +00:00
.class public final Lkotlin/random/jdk8/PlatformThreadLocalRandom;
.super Lkotlin/random/AbstractPlatformRandom;
.source "PlatformThreadLocalRandom.kt"
# annotations
.annotation runtime Lkotlin/Metadata;
d1 = {
"\u0000*\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0008\u0002\n\u0002\u0018\u0002\n\u0002\u0008\u0003\n\u0002\u0010\u0006\n\u0002\u0008\u0002\n\u0002\u0010\u0008\n\u0002\u0008\u0002\n\u0002\u0010\t\n\u0000\u0008\u0000\u0018\u00002\u00020\u0001B\u0005\u00a2\u0006\u0002\u0010\u0002J\u0010\u0010\u0007\u001a\u00020\u00082\u0006\u0010\t\u001a\u00020\u0008H\u0016J\u0018\u0010\n\u001a\u00020\u000b2\u0006\u0010\u000c\u001a\u00020\u000b2\u0006\u0010\t\u001a\u00020\u000bH\u0016J\u0010\u0010\r\u001a\u00020\u000e2\u0006\u0010\t\u001a\u00020\u000eH\u0016J\u0018\u0010\r\u001a\u00020\u000e2\u0006\u0010\u000c\u001a\u00020\u000e2\u0006\u0010\t\u001a\u00020\u000eH\u0016R\u0014\u0010\u0003\u001a\u00020\u00048VX\u0096\u0004\u00a2\u0006\u0006\u001a\u0004\u0008\u0005\u0010\u0006\u00a8\u0006\u000f"
}
d2 = {
"Lkotlin/random/jdk8/PlatformThreadLocalRandom;",
"Lkotlin/random/AbstractPlatformRandom;",
"()V",
"impl",
"Ljava/util/Random;",
"getImpl",
"()Ljava/util/Random;",
"nextDouble",
"",
"until",
"nextInt",
"",
"from",
"nextLong",
"",
"kotlin-stdlib-jdk8"
}
k = 0x1
mv = {
0x1,
0x9,
0x0
}
xi = 0x30
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 11
invoke-direct {p0}, Lkotlin/random/AbstractPlatformRandom;-><init>()V
return-void
.end method
# virtual methods
.method public getImpl()Ljava/util/Random;
.locals 1
.line 13
invoke-static {}, Ljava/util/concurrent/ThreadLocalRandom;->current()Ljava/util/concurrent/ThreadLocalRandom;
move-result-object p0
const-string v0, "current(...)"
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
check-cast p0, Ljava/util/Random;
return-object p0
.end method
.method public nextDouble(D)D
.locals 0
.line 18
invoke-static {}, Ljava/util/concurrent/ThreadLocalRandom;->current()Ljava/util/concurrent/ThreadLocalRandom;
move-result-object p0
invoke-virtual {p0, p1, p2}, Ljava/util/concurrent/ThreadLocalRandom;->nextDouble(D)D
move-result-wide p0
return-wide p0
.end method
.method public nextInt(II)I
.locals 0
.line 15
invoke-static {}, Ljava/util/concurrent/ThreadLocalRandom;->current()Ljava/util/concurrent/ThreadLocalRandom;
move-result-object p0
invoke-virtual {p0, p1, p2}, Ljava/util/concurrent/ThreadLocalRandom;->nextInt(II)I
move-result p0
return p0
.end method
.method public nextLong(J)J
.locals 0
.line 16
invoke-static {}, Ljava/util/concurrent/ThreadLocalRandom;->current()Ljava/util/concurrent/ThreadLocalRandom;
move-result-object p0
invoke-virtual {p0, p1, p2}, Ljava/util/concurrent/ThreadLocalRandom;->nextLong(J)J
move-result-wide p0
return-wide p0
.end method
.method public nextLong(JJ)J
.locals 0
.line 17
invoke-static {}, Ljava/util/concurrent/ThreadLocalRandom;->current()Ljava/util/concurrent/ThreadLocalRandom;
move-result-object p0
invoke-virtual {p0, p1, p2, p3, p4}, Ljava/util/concurrent/ThreadLocalRandom;->nextLong(JJ)J
move-result-wide p0
return-wide p0
.end method