summaryrefslogtreecommitdiff
path: root/libguile/random.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-01-25* random.c: Added documentation, from SLIB page:Greg J. Badros1-9/+42
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-12/+12
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-9/+9
2000-01-05* guile-snarf.awk.in: Do argument/number mismatch checking andGreg J. Badros1-2/+2
2000-01-05* unif.c, symbols.c, strings.c, stacks.c, random.c, print.c,Greg J. Badros1-9/+3
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-1/+1
1999-12-13Remove leading whitespace before empty docstrings.Greg J. Badros1-8/+8
1999-12-12* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMPGreg J. Badros1-1/+1
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-75/+66
1999-11-19 * acconfig.h: add HAVE_ARRAYS.Gary Houston1-17/+20
1999-07-25* random.c, random.h (scm_c_default_rstate, scm_c_uniform32):Mikael Djurfeldt1-19/+28
1999-07-07Greg's smob patchMikael Djurfeldt1-19/+3
1999-01-26* random.c (scm_i_random_bignum): Made independent of endianness.Mikael Djurfeldt1-5/+7
1999-01-21Added #include <stdio.h>Mikael Djurfeldt1-0/+1
1999-01-21* random.c, random.h (scm_i_make_rstate): New function: MakesMikael Djurfeldt1-26/+33
1999-01-21* random.c: Bugfix: Retrieve and store most significant 32 bits inMikael Djurfeldt1-0/+21
1999-01-11* random.c: Removed alloca includes.Mikael Djurfeldt1-30/+10
1999-01-10FixMikael Djurfeldt1-34/+34
1999-01-10* random.c, random.h: New files: Random number support.Mikael Djurfeldt1-0/+577