Releases: a-random-lemurian/randstuff
Releases · a-random-lemurian/randstuff
0.3.0
- Added randquote.c to print a random line from a file, such
as a file containing a list of quotes. - Added a shell (dash) script to install the binaries in the
bin/ directory of the project directory to ~/.local/bin. - RandomArray_cchar function now buffers printing based on
the requested ammount of random characters. It defines a
char array of a fixed size (blksiz internally), fills
that string with random characters and then supplies it
to the printf() function. - Format code
SHA-512 hashes
View randutils-linux-0.3.0.hashes.txt
for the hashes.
0.2.0
0.2.0
- Added randascii.c for generation of random ASCII characters
- Added randfromargs.c for generation of random user-defined
characters (e.g for DNA, the user can specify "acgt"). - Allow compiling with clang
- Make README more verbose
- Format code
SHA-512 hashes
View randutils-linux-0.2.0.hashes.txt
for the hashes.
Pull Requests
New Contributors
Full Changelog: 0.1.0...0.2.0