index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
random.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-13
Avoid scm_i_mkbig outside numbers.c.
Andy Wingo
1
-8
/
+14
2021-08-03
Merge libguile/generalized-arrays.* into libguile/arrays.*
Daniel Llorens
1
-1
/
+0
2021-03-03
don't presume availability of gmp.pc
Michael Gran
1
-5
/
+7
2021-03-02
improve autoconfigury for minigmp
Michael Gran
1
-1
/
+1
2021-03-02
Enable option to prefer mini-gmp over libgmp
Michael Gran
1
-2
/
+5
2019-05-23
scm_seed_to_random_state: Support wide string arguments.
Mark H Weaver
1
-2
/
+24
2019-05-23
Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.
Mark H Weaver
1
-2
/
+5
2018-06-21
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
1
-38
/
+38
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Make .c copyright headers uniform
Andy Wingo
1
-2
/
+2
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-10
/
+11
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-20
/
+20
2018-06-20
Use stdint.h limit macros
Andy Wingo
1
-1
/
+1
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Remove modules.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Devolve variable.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-2
/
+2
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove list.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-17
Remove public SCM_VALIDATE_NIM
Andy Wingo
1
-1
/
+0
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-2
/
+4
2017-11-29
Merge until badcbd0fe955e0477ae98ed743b3f274d6e6f22d from stable-2.2
Andy Wingo
1
-60
/
+69
2017-10-31
Remove scm_generalized_vector_get_handle
Daniel Llorens
1
-1
/
+7
2017-10-31
Support general arrays in random:hollow-sphere!
Daniel Llorens
1
-59
/
+74
2014-04-25
Merge branch 'stable-2.0'
v2.1.0
Mark H Weaver
1
-5
/
+3
2014-03-11
Avoid signed overflow in random.c.
Mark H Weaver
1
-1
/
+1
2014-02-27
Rely on Gnulib for <unistd.h>.
Mark H Weaver
1
-4
/
+2
2014-02-08
Change uses of scm_is_simple_vector to scm_is_vector
Daniel Llorens
1
-3
/
+3
2014-02-06
Replace scm_c_generalized_vector_length in random.c
Daniel Llorens
1
-2
/
+2
2013-02-25
Update copyright dates on random.c
Mark H Weaver
1
-1
/
+2
2013-02-25
random_state_of_last_resort: use getpid directly, instead of scm_getpid
Mark H Weaver
1
-2
/
+9
2013-02-25
Revert "random_state_of_last_resort doesn't rely on HAVE_POSIX"
Mark H Weaver
1
-6
/
+3
2013-02-25
Revert "random-state-from-platform: simplify pid conditional, and clarify docs."
Mark H Weaver
1
-8
/
+9
2013-02-24
random-state-from-platform: simplify pid conditional, and clarify docs.
Mark H Weaver
1
-9
/
+8
2013-02-24
random_state_of_last_resort doesn't rely on HAVE_POSIX
Andy Wingo
1
-3
/
+6
2012-01-21
Add `random-state-from-platform' and `scm_i_random_bytes_from_platform'
Mark H Weaver
1
-0
/
+101
2011-02-09
fix typos in the manual bits generated from source comments.
Ralf Wildenhues
1
-1
/
+1
2010-11-19
fix a number of assuptions that a long could hold an inum
Andy Wingo
1
-4
/
+4
2010-08-01
Fix the range of `random' on 64-bit platforms
Andreas Rottmann
1
-15
/
+27
2010-07-27
64-bit random fixes
Andy Wingo
1
-3
/
+20
2010-07-26
rstates point to rngs
Andy Wingo
1
-19
/
+23
2010-07-26
update docs
Andy Wingo
1
-4
/
+2
2010-07-26
refactor datum->random-state / random-state->datum
Andy Wingo
1
-38
/
+50
2010-07-26
low-level RNG interfaces deal in scm_t_uint32, not unsigned long
Andy Wingo
1
-54
/
+28
2010-07-26
remove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64
Andy Wingo
1
-34
/
+0
[next]