summaryrefslogtreecommitdiff
path: root/random/random.c
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers for all filesYouness Alaoui2010-02-161-2/+3
* Clean the files from unwanted gtk-doc tagsYouness Alaoui2009-02-161-6/+6
* Add an else to HAVE_CONFIG_H in order to define NICEAPI_EXPORT. Also removed ...Youness Alaoui2008-11-031-6/+6
* Updated test coverage of random submodule. Documented the module public API. ...Kai Vehmanen2007-06-191-8/+51
* add copyright/license notice to each .c/.h fileDafydd Harries2007-04-301-0/+36
* add const qualifier to various thingsDafydd Harries2007-02-101-1/+1
* don't seed new RNGs to 0 by default; allow overriding RNG constructorDafydd Harries2007-02-051-4/+11
* rename nice_glib_rng_new -> nice_rng_glib_newDafydd Harries2007-02-051-1/+1
* add nice_rng_freeDafydd Harries2007-01-311-0/+6
* make nice_rng_new explicitly take voidDafydd Harries2007-01-311-1/+1
* add random number generation codeDafydd Harries2007-01-311-0/+39