Closed rayandrew closed 3 weeks ago
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.
abs
Fix: #232
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.Fix: #232