Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Math & Sciences (https://www.askmehelpdesk.com/forumdisplay.php?f=402)
-   -   Generating simple random digits (https://www.askmehelpdesk.com/showthread.php?t=484125)

  • Jun 29, 2010, 11:19 PM
    amitban01
    generating simple random digits
    how to generate random numbers
  • Jun 29, 2010, 11:20 PM
    amitban01

    how to generate random digits
  • Jun 30, 2010, 09:35 AM
    KISS

    In many computer languages there is a variable (RND) that whenever called generates a number from 0 and not including 1. There are also directives such as RANDOMIZE that change the seed. There are pseudo-random numbers and truly random numbers.

    You can manipulate RND and change it's range.

  • All times are GMT -7. The time now is 06:07 PM.