home · contact · privacy
Moved pseudo-random generator into its own library, simplified its interface and...
authorChristian Heller <c.heller@plomlompom.de>
Tue, 6 Aug 2013 02:19:06 +0000 (04:19 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 6 Aug 2013 02:19:06 +0000 (04:19 +0200)
commit111279ad59a25bc548c47d38c1a52c3036eff87a
treec8963e7fc23a86e3d04838c00013216974b895b6
parent4ce0e4245b5d937dad4302a5100c5438d264dff1
Moved pseudo-random generator into its own library, simplified its interface and internals.
src/main.c
src/map.c
src/map_object_actions.c
src/misc.c
src/misc.h
src/rrand.c [new file with mode: 0644]
src/rrand.h [new file with mode: 0644]