TrueRandomIntCreator

From fmepedia

The transformer creates a given number of features and generates true random integer values stored in _random_int attribute.

The transformer takes as parameters the number features that have to be created, minimum and maximum values, and base, which defines whether the output will be in binary, octal, decimal or hexadecimal represention.

The attached attachment 'TrueRandomIntCreator.fmw workspace' not found contains an example showing creation of 10 features with random numbers in a range from 100 to 200.

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.

Attached Files
filesizedate
TrueRandomIntCreator.fmw35.6 kB01/31/08
TrueRandomIntCreator.fmx29.1 kB01/31/08
User Comments Add a new comment