OpenBIMRL | Sequence functions
Class path: collection.sequence.generateRandomNumbers
Random numbers

Description
Creates a sequence of random numbers.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | Upper limit | Number | Upper limit of the number range in which the random numbers lie |
| 1 | Count | Number | Number of random numbers that are generated |
| 2 | Seed | Number | Start value for the random generator |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Sequence list | List<Number> | Sequence list |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself