mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
554 B
554 B
Random
The random package provides several functions for generating random
numbers. It uses a cryptographically strong pseudorandom number generator when
possible, but falls back to a weaker random number generator when
cryptographically strong randomness is not available (on older browsers or on
servers that don't have enough entropy to seed the cryptographically strong
generator).