summaryrefslogtreecommitdiff
path: root/libguile/random.c
Commit message (Expand)AuthorAgeFilesLines
* Devolve symbols.h from _scm.hAndy Wingo2018-06-201-0/+1
* Remove modules.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Devolve variable.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-2/+2
* Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Remove list.h from _scm.hAndy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-1/+0
* Remove public SCM_VALIDATE_NIMAndy Wingo2018-06-171-1/+0
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-2/+4
* Merge until badcbd0fe955e0477ae98ed743b3f274d6e6f22d from stable-2.2Andy Wingo2017-11-291-60/+69
|\
| * Support general arrays in random:hollow-sphere!Daniel Llorens2017-10-311-59/+74
* | Remove scm_generalized_vector_get_handleDaniel Llorens2017-10-311-1/+7
|/
* Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-251-5/+3
|\
| * Avoid signed overflow in random.c.Mark H Weaver2014-03-111-1/+1
| * Rely on Gnulib for <unistd.h>.Mark H Weaver2014-02-271-4/+2
* | Change uses of scm_is_simple_vector to scm_is_vectorDaniel Llorens2014-02-081-3/+3
* | Replace scm_c_generalized_vector_length in random.cDaniel Llorens2014-02-061-2/+2
|/
* Update copyright dates on random.cMark H Weaver2013-02-251-1/+2
* random_state_of_last_resort: use getpid directly, instead of scm_getpidMark H Weaver2013-02-251-2/+9
* Revert "random_state_of_last_resort doesn't rely on HAVE_POSIX"Mark H Weaver2013-02-251-6/+3
* Revert "random-state-from-platform: simplify pid conditional, and clarify docs."Mark H Weaver2013-02-251-8/+9
* random-state-from-platform: simplify pid conditional, and clarify docs.Mark H Weaver2013-02-241-9/+8
* random_state_of_last_resort doesn't rely on HAVE_POSIXAndy Wingo2013-02-241-3/+6
* Add `random-state-from-platform' and `scm_i_random_bytes_from_platform'Mark H Weaver2012-01-211-0/+101
* fix typos in the manual bits generated from source comments.Ralf Wildenhues2011-02-091-1/+1
* fix a number of assuptions that a long could hold an inumAndy Wingo2010-11-191-4/+4
* Fix the range of `random' on 64-bit platformsAndreas Rottmann2010-08-011-15/+27
* 64-bit random fixesAndy Wingo2010-07-271-3/+20
* rstates point to rngsAndy Wingo2010-07-261-19/+23
* update docsAndy Wingo2010-07-261-4/+2
* refactor datum->random-state / random-state->datumAndy Wingo2010-07-261-38/+50
* low-level RNG interfaces deal in scm_t_uint32, not unsigned longAndy Wingo2010-07-261-54/+28
* remove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64Andy Wingo2010-07-261-34/+0
* Allow exposing of random number generator stateAndreas Rottmann2010-07-261-4/+68
* Fix random number generator on 64-bit platformsAndreas Rottmann2010-07-191-1/+27
* Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-281-2/+3
|\
| * generic vector ops to own fileAndy Wingo2009-07-191-0/+1
| * rename unif.[ch] to arrays.[ch]Andy Wingo2009-07-191-2/+2
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-181-6/+7
|\ \ | |/
| * Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2008-09-131-1/+1
|\ \ | |/
| * Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* | Use `scm_gc_malloc_pointerless' in various places (improves performance).Ludovic Courtes2008-09-101-4/+8
* | Removed a lot of now-useless SMOB mark/free functions.Ludovic Courtes2008-09-051-9/+4
|/
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* Test for SCM_HAVE_T_UINT64 instead ofMikael Djurfeldt2006-02-191-11/+11
* (scm_i_copy_rstate, scm_c_make_rstate): Don't test forKevin Ryde2005-11-261-5/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (scm_i_init_rstate): Compare w to -1 not 0xffffffffUL, nowKevin Ryde2005-01-231-1/+1