summaryrefslogtreecommitdiff
path: root/libguile/random.h
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo2018-06-211-3/+3
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-2/+0
* Devolve more validate macrosAndy Wingo2018-06-181-1/+6
* Add `random-state-from-platform' and `scm_i_random_bytes_from_platform'Mark H Weaver2012-01-211-0/+3
* Fix the range of `random' on 64-bit platformsAndreas Rottmann2010-08-011-0/+1
* 64-bit random fixesAndy Wingo2010-07-271-1/+1
* rstates point to rngsAndy Wingo2010-07-261-3/+3
* refactor datum->random-state / random-state->datumAndy Wingo2010-07-261-19/+5
* low-level RNG interfaces deal in scm_t_uint32, not unsigned longAndy Wingo2010-07-261-5/+5
* Allow exposing of random number generator stateAndreas Rottmann2010-07-261-1/+6
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-5/+5
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-3/+3
* Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. UseMarius Vollmer2004-05-061-2/+2
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-25/+25
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-13/+8
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller2001-07-191-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-26/+26
* * validate.hMichael Livshin2001-05-241-22/+28
* Smob-related creanup.Keisuke Nishida2000-12-081-3/+3
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann2000-04-031-1/+1
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* * *.h: Use SCM_NIMP(X) && in all the FOOP macros.Greg J. Badros1999-12-161-1/+4
* * random.c, random.h (scm_c_default_rstate, scm_c_uniform32):Mikael Djurfeldt1999-07-251-6/+8
* * random.c, random.h (scm_i_make_rstate): New function: MakesMikael Djurfeldt1999-01-211-1/+3
* * random.c, random.h: New files: Random number support.Mikael Djurfeldt1999-01-101-0/+122