API Reference | fast-check | Property based testing framework
    Preparing search index...

    Type Alias RandomType

    RandomType:
        | "mersenne"
        | "congruential"
        | "congruential32"
        | "xorshift128plus"
        | "xoroshiro128plus"

    Random generators automatically recognized by the framework without having to pass a builder function

    Since 2.2.0