package y0;

import java.util.Random;

/* JADX INFO: renamed from: y0.d, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C0747d {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private long f7064a;

    public C0747d() {
        this(new Random().nextInt());
    }

    public double a() {
        return ((double) b()) * 4.656612873077393E-10d;
    }

    public int b() {
        long j2 = (this.f7064a * 6364136223846793005L) + 1442695040888963407L;
        this.f7064a = j2;
        return (int) (j2 >> 32);
    }

    public void c(int i2) {
        this.f7064a = i2;
    }

    public C0747d(int i2) {
        this.f7064a = 99887766L;
        c(i2);
    }
}
