Matrix/input values are not fixed in test cases.
Created by: pengli09
Matrix/input values are initialized randomly in test cases. However, the random seed is not specified manually, which means matrix/input values are not fixed. Setting seed globally may not work properly either. Because these values will depend on the running order of the test cases.