Uses of Enum
io.opentelemetry.sdk.internal.AndroidFriendlyRandomHolder
Packages that use AndroidFriendlyRandomHolder
Package
Description
Interfaces and implementations that are internal to OpenTelemetry.
-
Uses of AndroidFriendlyRandomHolder in io.opentelemetry.sdk.internal
Subclasses with type arguments of type AndroidFriendlyRandomHolder in io.opentelemetry.sdk.internalModifier and TypeClassDescription(package private) enumRandomSupplierinstance that doesn't useThreadLocalRandom, which is broken on most versions of Android (it uses the same seed everytime it starts up).Methods in io.opentelemetry.sdk.internal that return AndroidFriendlyRandomHolderModifier and TypeMethodDescriptionstatic AndroidFriendlyRandomHolderReturns the enum constant of this type with the specified name.static AndroidFriendlyRandomHolder[]AndroidFriendlyRandomHolder.values()Returns an array containing the constants of this enum type, in the order they are declared.