类分层结构
- java.lang.Object
- com.github.myibu.algorithm.random.LinearCongruentialRandom (implements com.github.myibu.algorithm.random.Random)
- com.github.myibu.algorithm.random.MersenneTwisterRandom (implements com.github.myibu.algorithm.random.Random)
- com.github.myibu.algorithm.random.RandomArrays
接口分层结构
- com.github.myibu.algorithm.random.Random