mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-04 11:42:28 +00:00
[Redbean] Add UuidV4 method (#1140)
This commit is contained in:
parent
3e16e59f72
commit
39dde41516
6 changed files with 59 additions and 0 deletions
|
@ -1977,6 +1977,10 @@ function VisualizeControlCodes(str) end
|
|||
---@nodiscard
|
||||
function Underlong(str) end
|
||||
|
||||
--- Generate a uuid_v4
|
||||
--- @return string
|
||||
function UuidV4() end
|
||||
|
||||
---@param x integer
|
||||
---@return integer # position of first bit set.
|
||||
--- Passing `0` will raise an error. Same as the Intel x86 instruction BSF.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue