aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/general/uuid.texi
blob: 78674763a4ebe29d56acccf144d1540250d24e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@node UUIDs
@section UUID generation

Provided by module @code{(hnh util uuid)}.

@defun uuid-v4
Generates a UUID-v4 string.
@end defun

@defun uuid
Generates an implementation defined (but guaranteed valid) UUID.
@end defun

@deftp {parameter} seed
Guile parameter containing the seed used when generating UUID's in
this module. Only set this when you want non-random randomness.
@end deftp