UNPKG

265 BTypeScriptView Raw
1/**
2 * Random generators automatically recognized by the framework
3 * without having to pass a builder function
4 * @remarks Since 2.2.0
5 * @public
6 */
7export type RandomType = 'mersenne' | 'congruential' | 'congruential32' | 'xorshift128plus' | 'xoroshiro128plus';