Package jline.api.mam
Class Mmap_rand
java.lang.Object
jline.api.mam.Mmap_rand
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmmap_rand(int order, int classes) Generates a random MMAP with a given order and number of classes.
-
Method Details
-
mmap_rand
Generates a random MMAP with a given order and number of classes.- Parameters:
order- the number of phases (order) in the MAPclasses- the number of different classes (types) of arrivals in the MMAP- Returns:
- a MatrixCell representing the MMAP
-