com.sun.msv.generator

Class Rand.UniformRand

public static class Rand.UniformRand extends Object implements Rand

uniform distribution of [0,x).

Author: Kohsuke KAWAGUCHI

Constructor Summary
UniformRand(Random rand, int max)
Method Summary
intnext()

Constructor Detail

UniformRand

public UniformRand(Random rand, int max)

Method Detail

next

public int next()