Package | Description |
---|---|
org.jruby | |
org.jruby.util |
Modifier and Type | Method and Description |
---|---|
static Random |
RubyRandom.RandomType.randomFromBigInteger(BigInteger big) |
static Random |
RubyRandom.RandomType.randomFromBignum(RubyBignum seed) |
static Random |
RubyRandom.RandomType.randomFromFixnum(RubyFixnum seed) |
static Random |
RubyRandom.RandomType.randomFromLong(long seed) |
Modifier and Type | Method and Description |
---|---|
static long |
RubyRandom.randLimitedFixnumInner(Random random,
long limit) |
Constructor and Description |
---|
Random(Random orig) |
Copyright © 2001-2015 JRuby. All Rights Reserved.