@blockchaincommons/rand - v1.0.0-beta.3
    Preparing search index...

    Function randomBool

    • A random boolean: whether the next 32-bit draw is even (the reference's rng_random_bool).

      Parameters

      Returns boolean

      InvalidGenerator when the generator has no callable nextU32, or it returns something other than an integer in [0, 2^32 - 1].