Share via


ThreadLocalRandom.NextFloat Method

Definition

Overloads

NextFloat(Single)

To be added

NextFloat(Single, Single)

To be added

NextFloat(Single)

To be added

[Android.Runtime.Register("nextFloat", "(F)F", "GetNextFloat_FHandler", ApiSince=35)]
public virtual float NextFloat (float bound);
[<Android.Runtime.Register("nextFloat", "(F)F", "GetNextFloat_FHandler", ApiSince=35)>]
override this.NextFloat : single -> single

Parameters

bound
Single

Returns

Attributes

Remarks

To be added

Java documentation for java.util.concurrent.ThreadLocalRandom.nextFloat(float).

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

NextFloat(Single, Single)

To be added

[Android.Runtime.Register("nextFloat", "(FF)F", "GetNextFloat_FFHandler", ApiSince=35)]
public virtual float NextFloat (float origin, float bound);
[<Android.Runtime.Register("nextFloat", "(FF)F", "GetNextFloat_FFHandler", ApiSince=35)>]
override this.NextFloat : single * single -> single

Parameters

origin
Single
bound
Single

Returns

Attributes

Remarks

To be added

Java documentation for java.util.concurrent.ThreadLocalRandom.nextFloat(float, float).

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