Skip to content

Releases: a-random-lemurian/randstuff

0.3.0

01 Jan 08:59
0.3.0
67556fa
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • 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

26 Dec 10:48
0.2.0
af0bbe0
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

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

  • Allow compiling with Clang by @Qwinci in #5

New Contributors

  • @Qwinci made their first contribution in #5

Full Changelog: 0.1.0...0.2.0