Skip to content

ndi.fun.pseudorandomint

  ndi.fun.pseudorandomint - generate a random integer based on the date and time and a random number 

  T = ndi.fun.pseudorandomint()

  Generates a pseudorandom integer that is linked to the current date/time.

  Generates 1000 possible numbers for each second. The portion of the
  number greater than 1000 is deterministic based on the date (works
  through the year 2200 at least).

  Example:
     t = ndi.fun.pseudorandomint()