RandomExtended Members
The RandomExtended type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
RandomExtended()()()() |
Initializes a new instance of the RandomExtended class.
|
![]() |
RandomExtended(Int32) |
Initializes a new instance of the RandomExtended class.
|
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) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (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 |
Returns a string that represents the current object. (Inherited from Object.) |