RANDOM Data Driver
Information
Randomly changes all channels to floating-point values between 0 and 100.
Driver Info | Detail |
---|---|
Driver Type: | Live and History |
Platforms: | All |
Settings
This driver does not require any settings.
Installation
Windows:
Available on the ARDI Downloads site for Windows servers.
Linux:
sudo apt-get install ardi-rnd
Usage Notes
If you are using this driver to simulate data for enumeration or digital values, use transforms to correct the values.
For example, a digital point may use the BPOINT|>|50 transform to be '1' when greater than 50, and '0' when less than 50.
An enumeration between 0 and 10 may use something like the transform SCALE|0|100|0|11^ROUND|0 (scale to the range and round-off to zero decimal places).