Classes in eduni.simjava.distributions used by eduni.simjava.distributions |
ContinuousGenerator
This interface defines the functionality that should be provided by random number generators based on
continuous distributions. |
DiscreteGenerator
This interface defines the functionality that should be provided by random number generators based
on discrete distributions. |
Generator
This interface defines the functionality that should be provided by random number generators. |
Sim_random_obj
A random number generator producing pseudorandom numbers based
on the value of a specific seed. |