Datoteca — API Reference
    Preparing search index...

    Function mulberry32

    • PRNG determinístico rápido, no criptográfico. Suficiente calidad para datos de prueba: la misma seed siempre produce la misma secuencia.

      Fast, non-cryptographic deterministic PRNG. Good enough quality for test data: the same seed always produces the same sequence.

      Parameters

      • seed: number

        Seed numérica entera (sin signo de 32 bits). / Integer numeric seed (unsigned 32-bit).

      Returns () => number

      Función generadora que devuelve un float en [0, 1) en cada llamada. / Generator function that returns a float in [0, 1) on each call.