Bernoulli


    Jul 14 2017 | 8:51 am
    hello, what is the bernoulli formula to make a random using only max objects (or with Gen) ? I already know the [randdist] object. thx.

    • Jul 14 2017 | 5:21 pm
      chance? random 0, 1?
    • Jul 16 2017 | 5:37 am
      Thx. So simple ! This is Bernoulli distribution algo inside ? By chance you mean [decide] ? But with this object I can't figure out how to set from 0 to 100% for one or the other choice.
    • Jul 16 2017 | 1:06 pm
      its just random() inside. but can be the basis of more or less complex boolean random systems.
      you can add more possible states and variance/skipping/distortion to it whenever you like. :)
      p.s. "normal" and "linear" distribution would be the same when there are only two possible states, the same is true for every distribution model which is bipolar with a center at 0.5 ...
    • Jul 16 2017 | 1:20 pm
      haha so back to the beginning of this thread. ;-)