org.jruby.util
Class Random

java.lang.Object
  extended by org.jruby.util.Random

public class Random
extends java.lang.Object


Constructor Summary
Random()
           
 
Method Summary
 int nextInt32()
           
 double nextReal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Random

public Random()
Method Detail

nextInt32

public int nextInt32()

nextReal

public double nextReal()


Copyright © 2002-2007 JRuby Team. All Rights Reserved.