summaryrefslogtreecommitdiff
path: root/libguile/random.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* (scm_random_solid_sphere_x): Use scm_c_generalized_vector_lengthMarius Vollmer2005-01-171-1/+1
* (scm_random_solid_sphere_x): Update docstring from manual.Kevin Ryde2005-01-151-6/+5
* Don't check for definedness of SCM_HAVE_T_INT64, checkMarius Vollmer2005-01-141-1/+1
* (scm_array_handle_release): New, changed all uses ofMarius Vollmer2005-01-061-1/+6
* Use new vector elements API or simple vector API, as appropriate.Marius Vollmer2005-01-021-31/+40
* (scm_uniform_vector_elements,Marius Vollmer2004-12-271-6/+6
* (scm_random_solid_sphere_x, scm_random_hollow_sphere_x): Do notMarius Vollmer2004-11-021-2/+0
* (vector_scale, vector_scale_x): Renamed former to theMarius Vollmer2004-10-271-29/+57
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-5/+5
* * socket.c, rw.c, deprecated.h, validate.hMarius Vollmer2004-08-121-2/+6
* (scm_make_real, scm_num2dbl, scm_float2num, scm_double2num):Marius Vollmer2004-08-031-6/+6
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-7/+7
* * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer2004-07-101-1/+2
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-1/+1
* * random.c (scm_c_random_bignum): use SCM_CHAR_BIT.Rob Browning2003-04-161-3/+4
* * random.c: #include gmp.h.Rob Browning2003-04-071-4/+2
* * random.c (scm_c_default_rstate): Use SCM_VARIABLE_REF to accessMikael Djurfeldt2003-04-061-1/+1
* * random.c (scm_c_random_bignum): Don't generate a random numberMikael Djurfeldt2003-04-061-7/+4
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * random.c (scm_c_random_bignum): rewrite to handle GMP bignums.Rob Browning2003-04-041-84/+60
* * random.c: fix various preprocessor usages of new publicRob Browning2003-03-271-1/+1
* * random.c: #include <config.h> if HAVE_CONFIG_H. Replace usageRob Browning2003-03-251-31/+19
* Added comments to scm_c_random_bignumMikael Djurfeldt2003-03-031-3/+26
* * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead ofHan-Wen Nienhuys2002-08-161-2/+2
* (rstate_free): Return zero.Marius Vollmer2002-07-251-1/+1
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-16/+16
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * Miscellaneous small doc updates and fixes.Neil Jerram2001-11-131-2/+2
* * Documentation work.Neil Jerram2001-11-111-7/+7
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* Make compilation under Windows easier.Martin Grabmüller2001-06-261-0/+8
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-20/+20
* * validate.hMichael Livshin2001-05-241-22/+22
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-9/+9