JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Type Alias JssmRng

    JssmRng: () => number

    Pluggable random-number-generator function shape. Must return a value in [0, 1) exactly as Math.random does. Supplied via the rng_seed-aware machine configuration so that stochastic models can be made reproducible.

    Type Declaration

      • (): number
      • Returns number