math docs
    Preparing search index...

    Function create

    • Creates Mulberry32 PRNG state seeded with seed.

      Mulberry32 is a simple, fast, and effective PRNG that passes statistical tests and has good distribution properties.

      Parameters

      • seed: number

        the seed value (32-bit integer)

      Returns mulberry32.Mulberry32

      state to pass to sample