Bitbybit Docs
    Preparing search index...

    Class RandomNumberDto (Inputs.Math)

    The range math.randomNumber picks a value from; low can be picked, high is never quite reached.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionallow: number
      • Optionalhigh: number

      Returns RandomNumberDto

    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