import { WrappedRandom } from"./wrapped.js";
/**
* {@link IRandom} wrapper for `Math.random()`. Used as default PRNG throughout
* most other thi.ng projects, though usually is configurable.
*/exportdeclareconstSYSTEM: WrappedRandom;
//# sourceMappingURL=system.d.ts.map