private static IRubyObject |
RubyRandom.randCommon(ThreadContext context,
RubyRandom.RandomType random,
RubyInteger max) |
static RubyFloat |
RubyRandom.randFloat(ThreadContext context,
RubyRandom.RandomType random) |
private static IRubyObject |
RubyRandom.randInt(ThreadContext context,
RubyRandom.RandomType random,
RubyInteger vmax,
boolean restrictive) |
private static IRubyObject |
RubyRandom.randLimitedBignum(ThreadContext context,
RubyRandom.RandomType random,
RubyBignum limit) |
private static IRubyObject |
RubyRandom.randLimitedFixnum(ThreadContext context,
RubyRandom.RandomType random,
long limit) |
private static IRubyObject |
RubyRandom.randomRand(ThreadContext context,
IRubyObject vmax,
RubyRandom.RandomType random) |
void |
Ruby.setDefaultRand(RubyRandom.RandomType defaultRand) |
private void |
RubyRandom.setRandomType(RubyRandom.RandomType random) |