Files
rr3-apk/smali_classes5/kotlin/random/jdk8/PlatformThreadLocalRandom.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

62 lines
1.4 KiB
Smali

.class public final Lkotlin/random/jdk8/PlatformThreadLocalRandom;
.super Lkotlin/random/AbstractPlatformRandom;
.source "SourceFile"
# 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 2
.line 13
invoke-static {}, Ljava/util/concurrent/ThreadLocalRandom;->current()Ljava/util/concurrent/ThreadLocalRandom;
move-result-object v0
const-string v1, "current(...)"
invoke-static {v0, v1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V
return-object v0
.end method
.method public nextInt(II)I
.locals 1
.line 15
invoke-static {}, Ljava/util/concurrent/ThreadLocalRandom;->current()Ljava/util/concurrent/ThreadLocalRandom;
move-result-object v0
invoke-virtual {v0, p1, p2}, Ljava/util/concurrent/ThreadLocalRandom;->nextInt(II)I
move-result p1
return p1
.end method
.method public nextLong(JJ)J
.locals 1
.line 17
invoke-static {}, Ljava/util/concurrent/ThreadLocalRandom;->current()Ljava/util/concurrent/ThreadLocalRandom;
move-result-object v0
invoke-virtual {v0, p1, p2, p3, p4}, Ljava/util/concurrent/ThreadLocalRandom;->nextLong(JJ)J
move-result-wide p1
return-wide p1
.end method