com.sun.msv.generator
Interface Rand

All Known Implementing Classes:
Rand.UniformRand

public interface Rand

creates random integer.

Author:
Kohsuke KAWAGUCHI

Nested Class Summary
static class Rand.UniformRand
          uniform distribution of [0,x).
 
Method Summary
 int next()
           
 

Method Detail

next

int next()