RandomExtended..::..Choose<(Of <(<'T>)>)> Method (IReadOnlyList<(Of <(<'T>)>)>, Int32, Boolean)
Choose count items from the list, leaving the original list unaltered.
Namespace:
Tortuga.AnchorAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
Type Parameters
- T
Parameters
- list
- Type: IReadOnlyList<(Of <(<'T>)>)>
The list.
- count
- Type: Int32
The count.
- allowDuplicates
- Type: Boolean
if set to true is the same item can be picked multiple times.