RandomNumber
RandomNumber
Returns a random number within a specified range.
Properties
MinNumber
Type: System.Object
Specifies the minimum number (inclusive) to generate. A decimal value passed to this cmdlet is converted to an integer with decimal places truncated.
MaxNumber
Type: System.Object
Specifies the maximum number (inclusive) to generate. A decimal value passed to this cmdlet is converted to an integer with decimal places truncated.
Output
Type: System.Object
Returns the random number within the range specified.
Add Comment