Uses of Class
org.jruby.RubyRandom.RandomType
Packages that use RubyRandom.RandomType
-
Uses of RubyRandom.RandomType in org.jruby
Fields in org.jruby declared as RubyRandom.RandomTypeModifier and TypeFieldDescription(package private) RubyRandom.RandomTypeRuby.defaultRandprivate RubyRandom.RandomTypeRubyRandom.randomMethods in org.jruby that return RubyRandom.RandomTypeModifier and TypeMethodDescriptionRuby.getDefaultRand()Deprecated.internal API, to be hiddenprivate static RubyRandom.RandomTypeRubyRandom.getDefaultRand(ThreadContext context) private static RubyRandom.RandomTypeRubyRandom.tryGetRandomType(ThreadContext context, IRubyObject obj) Methods in org.jruby with parameters of type RubyRandom.RandomTypeModifier and TypeMethodDescriptionprivate static IRubyObjectRubyRandom.bytesCommon(ThreadContext context, RubyRandom.RandomType random, IRubyObject arg) static RubyFloatRubyRandom.randFloat(ThreadContext context, RubyRandom.RandomType random) private static IRubyObjectRubyRandom.randInt(ThreadContext context, RubyRandom.RandomType random, RubyInteger vmax, boolean restrictive) private static RubyIntegerRubyRandom.randLimitedBignum(ThreadContext context, RubyRandom.RandomType random, BigInteger limit) private static RubyIntegerRubyRandom.randLimitedFixnum(ThreadContext context, RubyRandom.RandomType random, long limit) private static IRubyObjectRubyRandom.randomRand(ThreadContext context, IRubyObject vmax, RubyRandom.RandomType random) voidRuby.setDefaultRand(RubyRandom.RandomType defaultRand) private voidRubyRandom.setRandomType(RubyRandom.RandomType random) Constructors in org.jruby with parameters of type RubyRandom.RandomType