Returns a list of random numbers given the number of values to generate and an optional seed value.
- {0}: The number of random values to generate.
- {1}: [Optional] A numeric value used to seed the random number generator. If omitted a unique list of random numbers is generated each time you call the function. If you specify the seed value with a number every call to the function generates the same list of random numbers.
Returns a list of datetimezone values of size {1}, starting at {0}. The given increment, {2}, is a duration value that is ...
Returns a list of numbers given an initial value, count, and optional increment value. The default increment value is 1. ...
Returns a list of offsets for the input list {0}. When using List.Transform to change a list, the list of positions can be ...
Returns a list of random numbers between 0 and 1, given the number of values to generate and an optional seed value. {0}: ...
Returns a list of random numbers given the number of values to generate and an optional seed value. {0}: The number of random ...
Returns a list of text values resulting from the splitting a text value {0} based on any character in the specified delimiter, ...
Returns a list of time values of size {1}, starting at {0}. The given increment, {2}, is a duration value that is added to ...
Returns a list that contains all the values in list {0} with duplicates removed. If the list is empty, the result is an empty ...
Returns a list that removes the first element of list {0}. If {0} is an empty list an empty list is returned. This function ...