Our Network


Coming Soon


Coming Later

Integer Triplet Generator

world's simplest integer tool

This browser-based utility generates triples of integers and prints them as three-dimensional xyz coordinates in the output. You can specify three individual ranges for each coordinate and also indicate how many triples to output. The output format of triples can be customized as well by adjusting the brackets around triples and changing the separators between each coordinate. Created by math nerds from team Browserling.

᠎᠎᠎          Tool Options

Range for Triplets (x, y, z)

Start of x.
End of x.
Start of y.
End of y.
Start of z.
End of z.

Count and Delimiter

Generate this number of triples.
Delimit triples with this symbol.

Integer Triples Format

Left-side triplet character.
Right-side triplet character.
X-y separator.
Y-z separator.

What is a Integer Triplet Generator?

With this online application, you can generate random triplets of integers. The combination of three integers represents a point in the three-dimensional Cartesian space and it's written in the form (x, y, z), where x is the abscissa of the point, y is the ordinate of the point, and z is the applicate of the point. As all coordinates are independent, you can control the range of each one of them independently. In the first options block, you are given six cells for range values. Every two cells correspond to the start and end values of a coordinate. The first coordinate is generated by randomly picking an integer from the range [start_x, end_x], the second coordinate is selected from range [start_y, end_y], and the third from the range [start_z, end_z]. Both start and end values are included in the range. In the second block of options, you can specify how many triplets of integers to generate and also configure the delimiter character between the points. The third block of options allows you to change the format of coordinates. By default points, are opened and closed through the "(" and ")" symbols but you can use any character to open and close the point. You can also change integer delimiters. By default, the comma symbols are used between "x, y" and "y, z" values but you can put any symbol between these values. 3D-abulous!


Integer Triplet Generator Examples

Click to try!

Positive Integer Triplets

In this example, we generate eight triplets of natural numbers. Each coordinate uses a different range of numbers. The abscissa x contains all natural numbers less than 10. The ordinate y is generated from all positive two-digit integers from 10 to 99. The applicate z uses all three-digit values from 100 to 999. We also add round parentheses around triplets and separate coordinates by commas.

(2, 29, 404) (7, 51, 478) (3, 47, 671) (3, 40, 361) (3, 52, 125) (8, 29, 691) (5, 64, 141) (1, 24, 925)
Required options
These options will be used automatically if you select this example.
Start of x.
End of x.
Start of y.
End of y.
Start of z.
End of z.
Generate this number of triples.
Delimit triples with this symbol.
Left-side triplet character.
Right-side triplet character.
X-y separator.
Y-z separator.

Clock Times

This example demonstrates an unusual application of integer triplets. It generates random digital clock times. Clock times can be broken into three variables: hours, minutes, and seconds. Therefore, for the first coordinate (hours), we set the range of integers to be from 0 to 23, for the second coordinate (minutes), we set the range to be from 0 to 59, and for the third (seconds), the range is from 0 to 59. We separate the integers by the colon characters and remove the parentheses on the sides. We generate fifteen random clock times and print them one after another, separating them by a comma.

2:58:57, 6:43:43, 17:37:36, 15:44:13, 1:20:8, 10:49:11, 19:10:40, 2:39:56, 18:35:36, 16:18:5, 11:7:13, 3:47:33, 0:43:43, 4:28:51, 22:32:48
Required options
These options will be used automatically if you select this example.
Start of x.
End of x.
Start of y.
End of y.
Start of z.
End of z.
Generate this number of triples.
Delimit triples with this symbol.
Left-side triplet character.
Right-side triplet character.
X-y separator.
Y-z separator.

Custom Triples

In this example, we modify every detail of the points and create a weird set of triples. We wrap the coordinates in square brackets "[]" and separate them by two glyphs "><". We use a negative range from -200 to -100 for the first parameter, a single digit for the second parameter, and the integer 0 for the third parameter (range 0 to 0 always returns 0). We also use different separators for the parameters. The semicolon is used between x and y and the dot is used between y and z coordinates.

[-179; 3.0]><[-198; 9.0]><[-102; 7.0]><[-123; 7.0]><[-125; 9.0]><[-147; 8.0]><[-137; 2.0]><[-152; 3.0]><[-130; 1.0]
Required options
These options will be used automatically if you select this example.
Start of x.
End of x.
Start of y.
End of y.
Start of z.
End of z.
Generate this number of triples.
Delimit triples with this symbol.
Left-side triplet character.
Right-side triplet character.
X-y separator.
Y-z separator.

Pro tips Master online integer tools

You can pass options to this tool using their codes as query arguments and it will automatically compute output. To get the code of an option, just hover over its icon. Here's how to type it in your browser's address bar. Click to try!

https://onlinetools.com/integer/generate-integer-triples?first-range-start=1&first-range-end=9&second-range-start=10&second-range-end=99&third-range-start=100&third-range-end=999&count=8&left-integer-separator=%252C%20&right-integer-separator=%252C%20&triples-separator=%255Cn&open-symbol=%2528&close-symbol=%2529

All Integer Tools

Didn't find the tool you were looking for? Let us know what tool we are missing and we'll build it!

Quickly rewrite integer digits using pretty Unicode glyphs.

Quickly generate random two-dimensional integer points.

Quickly generate random three-dimensional integer points.

Quickly print a list of integers that are palindromes.

Quickly convert the given integer to a palindromic integer.

Quickly find all integers in the given text or string.

Quickly make integer digits go in a triangle wave.

Quickly unleash the destructive force of Zalgo on integers.

Quickly find two or more integers that add up to the given integer.

Quickly find several integers that multiply up to the given integer.

Quickly randomize the given sequence of integers.

Quickly mix the order of digits in an integer.

Quickly put integers in increasing or decreasing order.

Quickly sort the individual digits of an integer.

Quickly increase all integers by a certain amount.

Quickly increase individual digits by a certain amount.

Quickly decrease all integers by a certain amount.

Quickly decrease individual digits by a certain amount.

Quickly randomly select an integer from a list of integers.

Quickly create groups from the digits of an integer.

Quickly write integer digits backwards.

Quickly remove one or more digits from an integer.

Quickly replace one or more digits in an integer.

Quickly drop digits from an integer and make it shorter.

Quickly add the thousands separator to integers.

Quickly remove the thousands separator from integers.

Quickly find the largest integer in a list of integers.

Quickly find the smallest integer in a list of integers.

Quickly find the total sum of a bunch of integers.

Quickly find the sum of all the digits in an integer.

Quickly find the total product of a bunch of integers.

Quickly find the product of all the digits in an integer.

Quickly calculate the partial sum of a bunch of integers.

Quickly calculate the partial product of a bunch of integers.

Quickly flip the sign of one or more integers.

Quickly split an integer into chunks of a given length.

Quickly merge partial integers together to form a larger integer.

Quickly round integers up or down to the required precision.

Quickly convert integers to a downloadable picture.

Quickly generate a list of von Neumann ordinals.

Quickly generate a list of Zermelo ordinals.

Quickly generate an ordered sequence of integers.

Quickly generate an ordered list of even integers.

Quickly generate an ordered list of odd integers.

Quickly write an integer spelling in words.

Quickly convert spelled integers to regular integers with digits.

Quickly generate an array of integers for programming.

Quickly find the number of occurrences of digits in integers.


Coming Soon

These integer tools are on the way!
Draw von Neumann Universe

Create a drawing that visualizes von Neumann hierarchy of sets.

Generate a Sudoku Board

Create a sudoku puzzle.

Generate Magic Integers

Create a list of neat-looking integers (called magic integers).

Create Integer n-Tuples

Generate a list of tuples of integers with n elements.

Convert Integers to Unary Base

Quickly convert integers to base one.

Convert Unary Base to Integers

Quickly convert base one to integers.

Convert Integers to Binary Base

Quickly convert integers to base two.

Convert Binary Base to Integers

Quickly convert base two to integers.

Convert Integers to Octal Base

Quickly convert integers to base eight.

Convert Octal Base to Integers

Quickly convert base eight to integers.

Convert Integers to Hex Base

Quickly convert integers to base sixteen.

Convert Hex Base to Integers

Quickly convert base sixteen to integers.

Convert Integers to Base64

Quickly encode integers to base-64.

Convert Base64 to Integers

Quickly decode base-64 to integers.

Change Integer Base

Quickly convert integers to a custom base.

Convert Integers to HTML Entities

Quickly encode integers to HTML encoding.

Convert HTML Entities to Integers

Quickly decode HTML entities to integers.

Convert Integers to URL Encoding

Quickly encode integers to URL (percent) encoding.

Convert URL Encoding to Integers

Quickly decode URL-encoded integers.

Convert Signed Integer to Unsigned

Quickly convert a signed integer to an unsigned integer.

Convert Unsigned Integer to Signed

Quickly convert an unsigned integer to a signed integer.

Create Random Integers

Generate a list of random integers.

Check If an Integer Is Symmetric

Check if the given integers are palindromes.

Generate an Integer Matrix

Create a matrix whose entries are all integers.

Generate an Integer Vector

Create a vector with integer coefficients.

Find Integer Average

Quickly calculate the average value of integers.

Find Integer Digit Average

Quickly calculate the average value of integer digits.

Pick an Integer Digit

Quickly randomly select a digit from an integer.

Compare Integers

Find which of the given integers is the biggest or smallest.

Clamp Integers

Limit integer values to a range.

Clamp Integer Digits

Limit integer digit values to a range.

Duplicate Integers

Create multiple copies of the input integers.

Duplicate Integer Digits

Create multiple copies of digits of input integers.

Rotate Integers

Rotate the digits of an integer to the left or right.

Shift Integer Digits

Move the digits of an integer to the left or right.

Subtract Integers

Quickly find the difference of a bunch of integers.

AND Integers

Quickly apply the bitwise AND operation to integers.

OR Integers

Quickly apply the bitwise OR operation to integers.

XOR Integers

Quickly apply the bitwise XOR operation to integers.

NOT Integers

Quickly apply the bitwise NOT operation to integers.

NAND Integers

Quickly apply the bitwise NAND operation to integers.

NOR Integers

Quickly apply the bitwise NOR operation to integers.

XNOR Integers

Quickly apply the bitwise NXOR operation to integers.

Divide Integers

Quickly divide two or more integers.

Divide Integer Digits

Quickly divide the digits of an integer.

Convert an Integer to Ordinal

Add -st, -nd, -rd, -th suffixes to integers to make them ordinals.

Convert an Oridinal to Integer

Remove -st, -nd, -rd, -th suffixes from ordinals to make them ints.

Filter Integers

Find integers that match a filter (greater, less, equal).

Left-pad Integers

Add padding to integers on the left side.

Right-pad Integers

Add padding to integers on the right side.

Right-align Integers

Position all integers so that they align on the right.

Center Integers

Position all integers so that they align in the middle.

Take Absolute Value of Integers

Turn all integers into positive integers.

Make All Integers Negative

Turn all integers into negative integers.

Convert Integers to Fractions

Rewrite an integer in fractional form.

Convert Fractions to Integers

Extract the numerator and denominator from a fraction.

Find and Replace Integers

Search for all occurrences of an integer and replace it.

Generate Regex from Integers

Create a regex that matches the given integers.

Generate Integers from a Regex

Create integers that match the given regular expression.

Generate Small Integers

Create relatively tiny integers.

Generate Big Integers

Create relatively huge integers.

Generate Oscillating Integers

Create a sequence of oscillating integers, such as 123212321.

Generate a Multi-integer Sequence

Create multiple integer sequences at once.

Introduce Errors in Integers

Slightly change an integer so it has an error.

Introduce Errors in Integer Digits

Slightly change integer digits so there are errors.

Make Integers Fuzzy

Apply fuzzing to integers and add perturbations.

Make Integers Digits Fuzzy

Apply fuzzing to integer digits and add digit perturbations.

Highlight Integers

Add highlighting to certain integers.

Highlight Integer Digits

Add highlighting to certain integer digits.

Color Integers

Add color to integers based on a condition.

Color Integer Digits

Add color to individual digits in the given integers.

Convert Integers to Pixels

Quickly assign colors to integers and draw them as pixels.

Convert Pixels to Integers

Quickly assign integer values to pixel colors and print them.

Draw an Integer Spiral

Make the digits of an integer go in a spiral shape.

Draw an Integer Circle

Make the digits of an integer go in a circle.

Draw an Integer Diamond

Make the digits of an integer go in a diamond shape.

Draw an Integer Box

Fill a box with certain width and height with digits.

Create 2D Integers

Use ASCII art to convert integers to 2-dimensional drawings.

Create 3D Integers

Use ASCII art to convert integers to 3-dimensional drawings.

Decompose an Integer

Decompose an integer into ones, tens, hundreds, etc.

Print Increasing Integers

Generate an ordered list of increasing integers.

Print Decreasing Integers

Generate an ordered list of decreasing integers.

Print Integer Information

Quickly find various information about the given integers.

Find Patterns in Integers

Find hidden patterns of numbers in integers.

Calculate Integer Entropy

Find the Shannon entropy of an integer.


Subscribe!

Subscribe to our updates. We'll let you know when we release new tools, features, and organize online workshops.

Enter your email here


Feedback. We'd love to hear from you! 👋