fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Library Modules
•
data
»
Modules
base
clang
sodium
crypto
database
http
lock_free
mail
wolfssl
nom
sqlite
terminal
tokiwa
web
uuid
webserver
universe (module uuid)
└─
uuid
data
uuid
.
data
data
=>
u128
¶
[src]
For an UUID of variant 8 to B (the ones specified in RFC9562) all bits
without the bits of version and variant field, for an version 4 UUID
these are the random bits, for version 8 the custom data
returns an u128 with 122 bits of data
Postcondition
post debug: result <= (u128.max >> 6.as_u128)
0.095dev (GIT hash 09dff08de289bbb6f7136c7e2f8c66dcc1856bba)
last changed: 2026-04-16
without the bits of version and variant field, for an version 4 UUID
these are the random bits, for version 8 the custom data
returns an u128 with 122 bits of data