• ARTICLE
  • STRING
  • CONVERTER
  • ENCRYPT
  • NETWORK
  • MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
  • ARTICLE
    STRING
    CONVERTER
    ENCRYPT
    NETWORK
    MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
logo Online Tools
0 Comments Favorite Copy Link Share

Error Random Number Generator Online

TAG random

Error Random Number Generator Online-summary

Online error random number generator, specify random number range, error range, randomly generate random numbers with errors.

Error Random Number Generator Online-instructions

An online error random number generator that generates a specified number of random numbers, and can specify random numbers that contain 0 to multiple error numbers (random numbers that are not in the minimum and maximum value range). If the unique number is required, ensure that there are sufficient numbers within the range when specifying the range parameter.

  1. Type : Choose whether to generate integer random numbers or floating-point random numbers.
  2. Unique : Whether the generated random number is required to be unique.
  3. Precision : When generating floating-point random numbers, the number of digits is retained after the decimal point.
  4. Order : Set whether to sort the generated numbers.
  5. Result Split : Use the entered characters to separate random numbers. For example, use \n (new line) to separate each random number.
  6. Generate Count : The total number of random numbers generated, the total number including the number of errors. The count value range is [1,10000].
  7. Minimum and Maximum Value : The range of valid random numbers generated. The generated random number is greater than or equal to the minimum value and less than the maximum value.
  8. Error Count : Specifies the number of errors in the random number. The error count is greater than or equal to 0, less than generate count. The error count can be filled with a numeric value, or a range. For example : 2 indicates containing 2 errors, 3,11indicates randomly containing 3 - 10 errors
  9. Error Minimum and Maximum : The range of error random numbers cannot be less than the range of random numbers or completely coincide with the range of random numbers.
  10. Example :
    Minimum Value : 0 ,Maximum Value : 100 . Error Minimum : 0 , Error Maximum : 110 . Description : Use a numeric range of [100,110) to generate errors.
    Minimum Value : 0 ,Maximum Value : 100 . Error Minimum : -10 , Error Maximum : 100 . Description : Use a numeric range of [-10,0) to generate errors.
    Minimum Value : 0 ,Maximum Value : 100 . Error Minimum : -10 , Error Maximum : 110 . Description : Use a numeric range of [-10,0) and [100,110) to generate errors.
    Minimum Value : 0 ,Maximum Value : 100 . Error Minimum : 120 , Error Maximum : 150 . Description : Use a numeric range of [120,150) to generate errors.
    Minimum Value : 0 ,Maximum Value : 100 . Error Minimum : -30 , Error Maximum : -10 . Description : Use a numeric range of [-30,-10) to generate errors.