Searched refs:rb_cRandom (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Drandom.c327 VALUE rb_cRandom; variable
372 if (obj == rb_cRandom) {
1481 rb_cRandom = rb_define_class("Random", rb_cObject);
1482 rb_define_alloc_func(rb_cRandom, random_alloc);
1483 rb_define_method(rb_cRandom, "initialize", random_init, -1);
1484 rb_define_method(rb_cRandom, "rand", random_rand, -1);
1485 rb_define_method(rb_cRandom, "bytes", random_bytes, 1);
1486 rb_define_method(rb_cRandom, "seed", random_get_seed, 0);
1487 rb_define_method(rb_cRandom, "initialize_copy", random_copy, 1);
1488 rb_define_private_method(rb_cRandom, "marshal_dum
[all...]
H A Darray.c4298 VALUE *ptr, opts, *snap_ptr, randgen = rb_cRandom;
4376 VALUE opts, randgen = rb_cRandom;
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Druby.h1450 RUBY_EXTERN VALUE rb_cRandom; variable

Completed in 169 milliseconds