Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "random/base/mt19937/docs/types/index.d"

Index

Interfaces

Variables

Variables

Export assignment mt19937

mt19937: Random

Returns a pseudorandom integer on the interval [1, 4294967295].

Notes

  • This pseudorandom number generator (PRNG) is a 32-bit Mersenne Twister pseudorandom number generator.
  • The PRNG is not a cryptographically secure PRNG.
  • The PRNG has a period of 2^19937 - 1.
returns

pseudorandom number