JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested
|
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.sun.msv.generator
Interface Rand
All Known Implementing Classes:
Rand.UniformRand
public interface
Rand
creates random integer.
Author:
Kohsuke KAWAGUCHI
Nested Class Summary
Nested Classes
Modifier and Type
Interface and Description
static class
Rand.UniformRand
uniform distribution of [0,x).
Method Summary
Methods
Modifier and Type
Method and Description
int
next
()
Method Detail
next
int next()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested
|
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
MSV