Package io.opentelemetry.sdk.internal
Class RandomSupplier
- java.lang.Object
-
- io.opentelemetry.sdk.internal.RandomSupplier
-
public final class RandomSupplier extends java.lang.Object
Provides random number generater constructor utilities.This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RandomSupplier()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.function.Supplier<java.util.Random>
platformDefault()
Returns the platform default for random number generation.
-