| 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.2
Syntax public static T Next<T>(
T[] array
)
Public Shared Function Next(Of T) (
array As T()
) As T
public:
generic<typename T>
static T Next(
array<T>^ array
)
Parameters
- array
- Type: T
The array
Type Parameters
- T
- The array item type
Return Value
Type:
TA random item from the array
See Also