Skip to content

A library to generate random variables in any language in Automation Studio Project

License

Notifications You must be signed in to change notification settings

dv-br-automation/RandomLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RandomLib is a library to generate random data.

Background
Random function is not natively available in all languages supported by Automation Studio. 

Implimentation
This library encapsulates rand() from ANSI C, and impliments following function blocks to generate random values. 
- int random(void)
- unsigned int rand_interval(unsigned int min, unsigned int max)
- void RandomValue(struct RandomValue* inst)

The function blocks above can be used in any language supported by Automation Studio.

About

A library to generate random variables in any language in Automation Studio Project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published