gg: GG => Context

This commit is contained in:
Alexander Medvednikov 2020-06-04 20:26:18 +02:00
parent 926ffc8aa9
commit 13a7ce9e69
18 changed files with 33 additions and 33 deletions

View file

@ -12,4 +12,4 @@ type SysRNG WyRandRNG
[inline]
pub fn (r SysRNG) default_rand() int {
return r.int()
}
}