Bitbybit Docs
    Preparing search index...

    Class RandomNumbersDto (Inputs.Math)

    The range and the count for math.randomNumbers; low can be picked, high is never quite reached.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionallow: number
      • Optionalhigh: number
      • Optionalcount: number

      Returns RandomNumbersDto

    Properties

    low: number

    The smallest value that can be picked.

    0
    

    -Infinity

    Infinity

    0.1

    high: number

    The top of the range; values get close to it but never reach it.

    1
    

    -Infinity

    Infinity

    0.1

    count: number

    How many random numbers to produce.

    10
    

    -Infinity

    Infinity

    1