Package w.util.random

Interface WeightedRandom<T>

All Known Implementing Classes:
SimpleWeightedRandom

public interface WeightedRandom<T>
Заранее подготовленный рандом с весами.
Author:
whilein
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • nextObject

      T nextObject()