Module: lodash-wrapper

This is a simple wrapper for lodash that turns it into a singleton and extends it with a Pseudo Random Number Generator (PRNG). The idea is that for any given seed, the same random numbers will be used every time, enabling deterministic debugging for any given seed.

Source: