forked from sstrickl/rolldice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CREDITS
27 lines (21 loc) · 981 Bytes
/
CREDITS
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
John Anderson
- For making me write the program in the first place, after I
told him I needed a project to work with C, and then
complained about there not being any good free dice rolling
programs...
- For helping me see that my limits were wrong,
and that MAXSHORT was the way (though now I'm using SHRT_MAX!)
- For looking at my code and giving me suggestions for better
random number generation (the only suggestion taken, so far,
is the addition of /dev/(u)random... watch this space for
news!
Adam Northern
- For aiding and abetting with the above "credit", now changed due to a
change of heart on part of the upstream programmer (that is, me)
- For helping with the changelog entry for v1.2 which is, again, changed :)
Stéphane Blondon <[email protected]>
- For improving error messages, the handling of version numbers and
reading dice strings on standard input.