-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
26 lines (23 loc) · 1.05 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#< This project abides by the
Semantic Versioning spec >#
-------------------------------------------------
=< 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
=< 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
=< 0.1.0 >=======================================
- Added randhex.c for generation of random hexadecimal characters