/* THIS FILE IS GENERATED. DO NOT EDIT */
package org.jruby.gen;

import org.jruby.Ruby;
import org.jruby.RubyModule;
import org.jruby.RubyClass;
import org.jruby.anno.TypePopulator;
import org.jruby.internal.runtime.methods.JavaMethod;
import org.jruby.internal.runtime.methods.DynamicMethod;
import org.jruby.runtime.Arity;
import org.jruby.runtime.Visibility;
import org.jruby.runtime.MethodIndex;
import java.util.Arrays;
import java.util.List;
import javax.annotation.Generated;

@Generated("org.jruby.anno.AnnotationBinder")
@SuppressWarnings("deprecation")
public class org$jruby$RubyRandom$POPULATOR extends TypePopulator {
    public void populate(RubyModule cls, Class clazz) {
        JavaMethod javaMethod;
        DynamicMethod moduleMethod, aliasedMethod;
        RubyClass singletonClass = cls.getSingletonClass();
        Ruby runtime = cls.getRuntime();
        javaMethod = new org.jruby.RubyRandom$INVOKER$s$0$1$rand(singletonClass, Visibility.PUBLIC, "rand");
        populateMethod(javaMethod, -1, "rand", true, false, org.jruby.RubyRandom.class, "rand", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1_ARY);
        aliasedMethod = singletonClass.putMethod(runtime, "rand", javaMethod);
        javaMethod = new org.jruby.RubyRandom$INVOKER$s$1$0$urandom(singletonClass, Visibility.PUBLIC, "urandom");
        populateMethod(javaMethod, 1, "urandom", true, false, org.jruby.RubyRandom.class, "urandom", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG2);
        aliasedMethod = singletonClass.putMethod(runtime, "urandom", javaMethod);
        javaMethod = new org.jruby.RubyRandom$INVOKER$s$0$0$left(singletonClass, Visibility.PRIVATE, "left");
        populateMethod(javaMethod, 0, "left", true, false, org.jruby.RubyRandom.class, "left", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = singletonClass.putMethod(runtime, "left", javaMethod);
        javaMethod = new org.jruby.RubyRandom$INVOKER$s$0$0$newSeed(singletonClass, Visibility.PUBLIC, "new_seed");
        populateMethod(javaMethod, 0, "newSeed", true, false, org.jruby.RubyRandom.class, "newSeed", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = singletonClass.putMethod(runtime, "new_seed", javaMethod);
        javaMethod = new org.jruby.RubyRandom$INVOKER$s$srand(singletonClass, Visibility.PUBLIC, "srand");
        populateMethod(javaMethod, -1, "srand", true, false, org.jruby.RubyRandom.class, "srand", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = singletonClass.putMethod(runtime, "srand", javaMethod);
        javaMethod = new org.jruby.RubyRandom$INVOKER$s$0$0$state(singletonClass, Visibility.PRIVATE, "state");
        populateMethod(javaMethod, 0, "state", true, false, org.jruby.RubyRandom.class, "state", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = singletonClass.putMethod(runtime, "state", javaMethod);
        javaMethod = new org.jruby.RubyRandom$INVOKER$i$0$1$initialize(cls, Visibility.PRIVATE, "initialize");
        populateMethod(javaMethod, -1, "initialize", false, false, org.jruby.RubyRandom.class, "initialize", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0_ARY);
        aliasedMethod = cls.putMethod(runtime, "initialize", javaMethod);
        javaMethod = new org.jruby.RubyRandom$INVOKER$i$rand(cls, Visibility.PUBLIC, "rand");
        populateMethod(javaMethod, -1, "rand", false, false, org.jruby.RubyRandom.class, "rand", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "rand", javaMethod);
        javaMethod = new org.jruby.RubyRandom$INVOKER$i$1$0$op_equal(cls, Visibility.PUBLIC, "==");
        populateMethod(javaMethod, 1, "op_equal", false, false, org.jruby.RubyRandom.class, "op_equal", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "==", javaMethod);
        javaMethod = new org.jruby.RubyRandom$INVOKER$i$1$0$marshal_load(cls, Visibility.PUBLIC, "marshal_load");
        populateMethod(javaMethod, 1, "marshal_load", false, false, org.jruby.RubyRandom.class, "marshal_load", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "marshal_load", javaMethod);
        javaMethod = new org.jruby.RubyRandom$INVOKER$i$0$0$leftObj(cls, Visibility.PRIVATE, "left");
        populateMethod(javaMethod, 0, "leftObj", false, false, org.jruby.RubyRandom.class, "leftObj", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "left", javaMethod);
        javaMethod = new org.jruby.RubyRandom$INVOKER$i$1$0$bytes(cls, Visibility.PUBLIC, "bytes");
        populateMethod(javaMethod, 1, "bytes", false, false, org.jruby.RubyRandom.class, "bytes", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG1);
        aliasedMethod = cls.putMethod(runtime, "bytes", javaMethod);
        javaMethod = new org.jruby.RubyRandom$INVOKER$i$1$0$initialize_copy(cls, Visibility.PRIVATE, "initialize_copy");
        populateMethod(javaMethod, 1, "initialize_copy", false, false, org.jruby.RubyRandom.class, "initialize_copy", org.jruby.runtime.builtin.IRubyObject.class, ARG1);
        aliasedMethod = cls.putMethod(runtime, "initialize_copy", javaMethod);
        javaMethod = new org.jruby.RubyRandom$INVOKER$i$0$0$stateObj(cls, Visibility.PRIVATE, "state");
        populateMethod(javaMethod, 0, "stateObj", false, false, org.jruby.RubyRandom.class, "stateObj", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "state", javaMethod);
        javaMethod = new org.jruby.RubyRandom$INVOKER$i$0$0$marshal_dump(cls, Visibility.PUBLIC, "marshal_dump");
        populateMethod(javaMethod, 0, "marshal_dump", false, false, org.jruby.RubyRandom.class, "marshal_dump", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "marshal_dump", javaMethod);
        javaMethod = new org.jruby.RubyRandom$INVOKER$i$0$0$seed(cls, Visibility.PUBLIC, "seed");
        populateMethod(javaMethod, 0, "seed", false, false, org.jruby.RubyRandom.class, "seed", org.jruby.runtime.builtin.IRubyObject.class, CONTEXT_ARG0);
        aliasedMethod = cls.putMethod(runtime, "seed", javaMethod);

        runtime.addBoundMethods("org.jruby.RubyRandom", "rand", "rand", "rand", "rand", "op_equal", "==", "urandom", "urandom", "left", "left", "leftObj", "left", "bytes", "bytes", "newSeed", "new_seed", "initialize_copy", "initialize_copy", "state", "state", "stateObj", "state", "marshal_dump", "marshal_dump", "srand", "srand", "initialize", "initialize", "marshal_load", "marshal_load", "seed", "seed");
    }
    static {
    }
}