mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: remove intermediate handling for both global definition syntaxes (#6546)
This commit is contained in:
@ -12,7 +12,7 @@ pub struct PRNGConfigStruct {
|
||||
seed []u32 = util.time_seed_array(2)
|
||||
}
|
||||
|
||||
__global default_rng &wyrand.WyRandRNG
|
||||
__global ( default_rng &wyrand.WyRandRNG )
|
||||
fn init() {
|
||||
default_rng = new_default({})
|
||||
}
|
||||
|
Reference in New Issue
Block a user