Dirk Herrmann
|
54778cd312
|
Lots of fixes to make guile (at some time) compile with strict typing.
|
2000-04-03 08:47:51 +00:00 |
|
Michael Livshin
|
89e00824a0
|
* *.[hc]: add Emacs magic at the end of file, to ensure GNU
indentation style.
|
2000-03-19 19:01:16 +00:00 |
|
Greg J. Badros
|
d3a6bc9484
|
* *.h: Use SCM_NIMP(X) && in all the FOOP macros.
* *.[ch]: Use do { ... } while (0) idiom in macros that expanded
to a bare block.
|
1999-12-16 03:46:42 +00:00 |
|
Mikael Djurfeldt
|
9b741bb6da
|
* random.c, random.h (scm_c_default_rstate, scm_c_uniform32):
Added.
Renamed functions in the random function library interface
from scm_i_XXX --> scm_c_XXX.
|
1999-07-25 19:25:01 +00:00 |
|
Mikael Djurfeldt
|
eccc856618
|
* random.c, random.h (scm_i_make_rstate): New function: Makes
scm_rstate from seed.
(scm_copy_random_state, scm_seed_to_random_state): New functions.
(scm_make_random_state): Removed.
|
1999-01-21 09:20:52 +00:00 |
|
Mikael Djurfeldt
|
e7a7298668
|
* random.c, random.h: New files: Random number support.
Interface same as slib's.
|
1999-01-10 07:57:27 +00:00 |
|