Interface Rand

All Known Implementing Classes:
Rand.UniformRand

public interface Rand
creates random integer.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    uniform distribution of [0,x).
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • next

      int next()