changed repo structure
This commit is contained in:
@@ -0,0 +1,126 @@
|
||||
.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,
|
||||
0x8,
|
||||
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 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
|
||||
|
||||
check-cast v0, Ljava/util/Random;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public nextDouble(D)D
|
||||
.locals 1
|
||||
|
||||
.line 18
|
||||
invoke-static {}, Ljava/util/concurrent/ThreadLocalRandom;->current()Ljava/util/concurrent/ThreadLocalRandom;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v0, p1, p2}, Ljava/util/concurrent/ThreadLocalRandom;->nextDouble(D)D
|
||||
|
||||
move-result-wide p1
|
||||
|
||||
return-wide p1
|
||||
.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(J)J
|
||||
.locals 1
|
||||
|
||||
.line 16
|
||||
invoke-static {}, Ljava/util/concurrent/ThreadLocalRandom;->current()Ljava/util/concurrent/ThreadLocalRandom;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v0, p1, p2}, Ljava/util/concurrent/ThreadLocalRandom;->nextLong(J)J
|
||||
|
||||
move-result-wide p1
|
||||
|
||||
return-wide 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
|
||||
Reference in New Issue
Block a user