Skip to content

@hashintel/petrinaut-core@0.0.4

Latest

Choose a tag to compare

@hash-release hash-release released this 26 Aug 09:09
· 15 commits to main since this release
Immutable release. Only release title and notes can be modified.
4b5c087

Patch Changes

  • Fix stochastic transition firing statistics: fire with the memoryless per-frame probability 1 - e^(-rate * dt), advance the RNG state on every evaluation instead of discarding non-firing draws, and compute the seeded LCG with exact integer arithmetic. Firing counts now match Poisson expectations. Identical seeds produce different sequences than earlier releases. (@kube, #9329)