Java.Security.SecureRandom.Next Method
Generates and returns an int containing the specified number of random bits (right justified, with leading zeros).

Syntax

[Android.Runtime.Register("next", "(I)I", "")]
protected override sealed int Next (int numBits)

Parameters

numBits
number of bits to be generated. An input value should be in the range [0, 32].

Returns

Documentation for this section has not yet been entered.

Remarks

Generates and returns an int containing the specified number of random bits (right justified, with leading zeros).

[Android Documentation]

Requirements

Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1