14 lines
394 B
Java
14 lines
394 B
Java
package com.google.android.gms.internal.p002firebaseauthapi;
|
|
|
|
import java.security.SecureRandom;
|
|
|
|
/* loaded from: classes2.dex */
|
|
final class zzqp extends ThreadLocal {
|
|
@Override // java.lang.ThreadLocal
|
|
protected final /* synthetic */ Object initialValue() {
|
|
SecureRandom secureRandom = new SecureRandom();
|
|
secureRandom.nextLong();
|
|
return secureRandom;
|
|
}
|
|
}
|