Click or drag to resize

RandomizerNextT Method (T)

Returns a random number item from the array. Cryptographic secure.

Namespace:  Cauldron
Assembly:  Cauldron.Randomizer (in Cauldron.Randomizer.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static T Next<T>(
	T[] array
)

Parameters

array
Type: T
The array

Type Parameters

T
The array item type

Return Value

Type: T
A random item from the array
See Also