cleanup imports
parent
807cd408f7
commit
2fe02cd505
|
|
@ -1,7 +1,5 @@
|
|||
module rand
|
||||
|
||||
import time
|
||||
|
||||
const clock_seq_hi_and_reserved_valid_values = [`8`, `9`, `a`, `b`]
|
||||
|
||||
// uuid_v4 generates a random (v4) UUID
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
module rand
|
||||
|
||||
import time
|
||||
|
||||
// init initializes the default RNG.
|
||||
fn init() {
|
||||
default_rng = new_default()
|
||||
|
|
|
|||
Loading…
Reference in New Issue