Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

random

  • random(size: number): string
  • get rand string

    example
    
    import * as rand from "rand"
    
    let str =rand.random(5)
    

    Parameters

    • size: number

      the length of the random number

    Returns string

    string of random number