UNPKG

fast-check

Version:

Property based testing framework for JavaScript (like QuickCheck)

5 lines (4 loc) 155 B
/** * Random generator type */ export declare type RandomType = 'mersenne' | 'congruential' | 'congruential32' | 'xorshift128plus' | 'xoroshiro128plus';