Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a C++ example of a random number generator to produce a uniform_int_distribution; make it a CLI tool; call it in Bash as well #14

Open
ElectricRCAircraftGuy opened this issue Feb 3, 2023 · 0 comments
Labels
1-HighPriority enhancement New feature or request

Comments

@ElectricRCAircraftGuy
Copy link
Owner

See:

  1. https://en.cppreference.com/w/cpp/numeric/random
  2. https://en.cppreference.com/w/cpp/numeric/random/uniform_int_distribution

Add a new, 2nd answer to this question in bash: https://stackoverflow.com/questions/1194882/how-to-generate-random-number-in-bash/71388666#71388666

Let your bash answer auto-compile the CLI tool on any Linux distro, and then use it in bash, for integer numbers only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-HighPriority enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant