Compartir a través de


SafeRandom.Next Método

Definición

Sobrecargas

Next()
Next(Int32)
Next(Int32, Int32)

Next()

Source:
SafeRandom.cs
public int Next ();
member this.Next : unit -> int
Public Function Next () As Integer

Devoluciones

Se aplica a

Next(Int32)

Source:
SafeRandom.cs
public int Next (int maxValue);
member this.Next : int -> int
Public Function Next (maxValue As Integer) As Integer

Parámetros

maxValue
Int32

Devoluciones

Se aplica a

Next(Int32, Int32)

Source:
SafeRandom.cs
public int Next (int minValue, int maxValue);
member this.Next : int * int -> int
Public Function Next (minValue As Integer, maxValue As Integer) As Integer

Parámetros

minValue
Int32
maxValue
Int32

Devoluciones

Se aplica a