mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
For repeatable unit test failures with "random" data it's useful to be able to create deterministic random number sequences. Introduce `Random.create(seed...)` which returns a object with the `Random` API (`id()`, `choice()`, etc.) initialized with the passed seed(s).