Random examples
January 11, 2024 ยท View on GitHub
This folder contains random examples used by Reference Guide and more.
- random1 shows how to use xtd::random::next_bytes method.
- random2 shows how to use xtd::random class.
- random3 shows how to use xtd::random::next method.
Build and run any project
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run -t any_project_name