# File src/Application.rb, line 87
        def rand(num)
                @random_numbers.rand(num)
        end