RandomExtended Methods
The RandomExtended type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Choose<(Of <<'(T>)>>)(IReadOnlyList<(Of <<'(T>)>>)) |
Choose one item from the list, leaving the original list unaltered.
|
|
|
Choose<(Of <<'(T>)>>)(IReadOnlyList<(Of <<'(T>)>>), Int32, Boolean) |
Choose count items from the list, leaving the original list unaltered.
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
NextDateTime(DateTime, DateTime) |
Returns a random date/time that is within the indicated time span.
|
|
|
NextDateTime(DateTime, TimeSpan) |
Returns a random date/time that is within the indicated time span.
|
|
|
NextDateTimeOffset(DateTimeOffset, TimeSpan) |
Returns a random date/time that is within the indicated time span.
|
|
|
NextDateTimeOffset(DateTimeOffset, DateTimeOffset) |
Returns a random date/time that is within the indicated range.
|
|
|
NextDecimal(Decimal) |
Returns a random decimal that is less than maxValue
|
|
|
NextDecimal(Decimal, Decimal) |
Returns a random decimal that is within the indicated range
|
|
|
Pick<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>)) |
Pick and remove one item from the list.
|
|
|
Pick<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>), Int32) |
Pick and remove count items from the list.
|
|
|
ToString | (Inherited from Object.) |

