This repository contains example projects. These are use cases with the supported tools to interact with the CoRR backend.
project-corr-python
It is a simple random numbers drawer program written purely in python. It dumps the numbers in a file example2.dat. To execute it numpy is the only required python dependecy to be installed. It can be run with two different parameters files: default.param or romans.param. These provide configuration parameters for the generator. To run the program type: python main.py default.param/romans.param.