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.
Seed numérica entera (sin signo de 32 bits). / Integer numeric seed (unsigned 32-bit).
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.
[0, 1)
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.