Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix negative value of computation time when stdev exists (#233)
Due to the nature of normal random equation, the value generated can be negative. Enforcing it to be positive using `abs` will fix the issue
- Loading branch information