| 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 public static T Next<T>(
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