cleanup imports

pull/13719/head
Subhomoy Haldar 2022-03-12 01:12:32 +05:30
parent 807cd408f7
commit 2fe02cd505
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -1,7 +1,5 @@
module rand
import time
// init initializes the default RNG.
fn init() {
default_rng = new_default()