SplittableRandom.Split Method

Definition

Constructs and returns a new SplittableRandom instance that shares no mutable state with this instance.

[Android.Runtime.Register("split", "()Ljava/util/SplittableRandom;", "", ApiSince=24)]
public Java.Util.SplittableRandom? Split ();
[<Android.Runtime.Register("split", "()Ljava/util/SplittableRandom;", "", ApiSince=24)>]
member this.Split : unit -> Java.Util.SplittableRandom

Returns

SplittableRandom

the new SplittableRandom instance

Attributes

Remarks

Java documentation for java.util.SplittableRandom.split().

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