Skip to content

supereater14/random-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random-Tools

Tools for generating and using random numbers

Included tools

  • randomnum: Generate random numbers
  • randomselect: Selects random items from a list
  • shuffle: Randomly shuffles a list
  • coinflip: Simulates random coin flips

Building

To build the packages, run

make clean
make

The executables can then be found in the bin directory.

Installing

After building, the packages can be installed with

sudo make install

After instaling, the packages can be removed with

sudo make remove

To update the packages, remove and reinstall them.

About

A collection of tools for generating and using random numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published