mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Add UUID generation.
This commit is contained in:
@@ -173,7 +173,8 @@ interface Random
|
||||
fn void next_bytes(char[] buffer);
|
||||
}
|
||||
|
||||
macro init_default_random() @local
|
||||
|
||||
macro init_default_random() @private
|
||||
{
|
||||
if (!default_random_initialized)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user