summaryrefslogtreecommitdiff
path: root/libguile/random.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-02-19Test for SCM_HAVE_T_UINT64 instead ofMikael Djurfeldt1-11/+11
2005-11-26(scm_i_copy_rstate, scm_c_make_rstate): Don't test forKevin Ryde1-5/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-01-23(scm_i_init_rstate): Compare w to -1 not 0xffffffffUL, nowKevin Ryde1-1/+1
2005-01-17(scm_random_solid_sphere_x): Use scm_c_generalized_vector_lengthMarius Vollmer1-1/+1
2005-01-15(scm_random_solid_sphere_x): Update docstring from manual.Kevin Ryde1-6/+5
2005-01-14Don't check for definedness of SCM_HAVE_T_INT64, checkMarius Vollmer1-1/+1
2005-01-06(scm_array_handle_release): New, changed all uses ofMarius Vollmer1-1/+6
2005-01-02Use new vector elements API or simple vector API, as appropriate.Marius Vollmer1-31/+40
2004-12-27(scm_uniform_vector_elements,Marius Vollmer1-6/+6
2004-11-02(scm_random_solid_sphere_x, scm_random_hollow_sphere_x): Do notMarius Vollmer1-2/+0
2004-10-27(vector_scale, vector_scale_x): Renamed former to theMarius Vollmer1-29/+57
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-5/+5
2004-08-12* socket.c, rw.c, deprecated.h, validate.hMarius Vollmer1-2/+6
2004-08-03(scm_make_real, scm_num2dbl, scm_float2num, scm_double2num):Marius Vollmer1-6/+6
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-7/+7
2004-07-10* validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer1-1/+2
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-1/+1
2003-04-16* random.c (scm_c_random_bignum): use SCM_CHAR_BIT.Rob Browning1-3/+4
2003-04-07* random.c: #include gmp.h.Rob Browning1-4/+2
2003-04-06* random.c (scm_c_default_rstate): Use SCM_VARIABLE_REF to accessMikael Djurfeldt1-1/+1
2003-04-06* random.c (scm_c_random_bignum): Don't generate a random numberMikael Djurfeldt1-7/+4
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2003-04-04* random.c (scm_c_random_bignum): rewrite to handle GMP bignums.Rob Browning1-84/+60
2003-03-27* random.c: fix various preprocessor usages of new publicRob Browning1-1/+1
2003-03-25* random.c: #include <config.h> if HAVE_CONFIG_H. Replace usageRob Browning1-31/+19
2003-03-03Added comments to scm_c_random_bignumMikael Djurfeldt1-3/+26
2002-08-16* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead ofHan-Wen Nienhuys1-2/+2
2002-07-25(rstate_free): Return zero.Marius Vollmer1-1/+1
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-16/+16
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2001-11-13* Miscellaneous small doc updates and fixes.Neil Jerram1-2/+2
2001-11-11* Documentation work.Neil Jerram1-7/+7
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-26Make compilation under Windows easier.Martin Grabmüller1-0/+8
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-20/+20
2001-05-24* validate.hMichael Livshin1-22/+22
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-9/+9
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-7/+9
2001-03-06* Remove uses of SCM_ASSERT that may result in error messages differentDirk Herrmann1-3/+7
2001-02-17(scm_seed_to_random_state, scm_copy_random_state, scm_random):Martin Grabmüller1-7/+7
2001-02-16(scm_random, scm_random_normal, scm_random_solid_sphere_x,Martin Grabmüller1-12/+6
2000-12-08Smob-related creanup.Keisuke Nishida1-4/+4
2000-11-22* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann1-1/+1
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-10-26* String comparison functions don't accept symbols as arguments any more.Dirk Herrmann1-0/+1
2000-10-11* Replace calls to SCM_LENGTH.Dirk Herrmann1-5/+5
2000-06-29* Cleaned up memory error signalling.Dirk Herrmann1-5/+2
2000-06-14* random.c: #include <string.h>. (Needed by memcpy.)Mikael Djurfeldt1-0/+1