|
|
|
|
|
by ozgooen
3822 days ago
|
|
"Is there support for µ±σ instead of [low,high] in the works? "
- There used to be. I'll be considering ways of adding it back. "Or support for numerical distributions?"
- By numerical distributions do you mean discreet distributions: like, a 40% of being '8' and a 60% chance of being '6'? If so, the answer is no. However, if you use the ternary operator it is possible to do very simple versions of this now. We do support totally random picks of different numbers though, using the pickRandom([3,5,3]) function. http://mathjs.org/docs/reference/functions/pickRandom.html |
|