kaven-basic - v6.0.0
    Preparing search index...

    Function GenerateNumberString

    • Generates a random numeric string of the specified length.

      Each character in the resulting string is a digit between 0 and 9 (inclusive).

      Parameters

      • length: number

        The desired length of the generated numeric string.

      Returns string

      A string consisting of random digits with the specified length.

      1.0.0

      1.0.5