public class Random extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static int | N | 
| Constructor and Description | 
|---|
| Random() | 
| Random(int s) | 
| Random(int[] initKey) | 
| Random(int[] state,
      int left) | 
| Random(Random orig) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| int | genrandInt32() | 
| double | genrandReal() | 
| double | genrandReal2() | 
| int | getLeft() | 
| int[] | getState() | 
| int | hashCode() | 
public Random()
public Random(int s)
public Random(int[] initKey)
public Random(Random orig)
public Random(int[] state,
      int left)
Copyright © 2001-2016 JRuby. All Rights Reserved.