ThreadLocalRandom.Current Method

Definition

Returns the current thread's ThreadLocalRandom.

[Android.Runtime.Register("current", "()Ljava/util/concurrent/ThreadLocalRandom;", "")]
public static Java.Util.Concurrent.ThreadLocalRandom? Current ();
[<Android.Runtime.Register("current", "()Ljava/util/concurrent/ThreadLocalRandom;", "")>]
static member Current : unit -> Java.Util.Concurrent.ThreadLocalRandom

Returns

ThreadLocalRandom

the current thread's ThreadLocalRandom

Attributes

Remarks

Java documentation for java.util.concurrent.ThreadLocalRandom.current().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to