int GetRandomValue( num min, num max, ) => run( () => 'GetRandomValue($min, $max)', () => rl.Core.GetRandomValue(min.toInt(), max.toInt()), );