SequenceCreator
From Fmepedia
The transformer creates features with _random_int attribute, which keeps random integer values in a given range, which is defined by the minimum and maximum values. These values also define how many features will be created.
The attached workspace contains an example showing creation of 10 features with randomly spread unique numbers in a range from 100 to 110.
Note that the maximum number of random numbers you can get per request (one run) is 10,000. For more details and examples check Using_Random.org_service.
This transformer uses an online service at http://random.org. Randomness is generated via atmospheric noise. See http://www.random.org/clients/http/ for details. The page http://www.random.org/quota/ contains information about quotas.
