How to use Negative Number Dataset Generator
- Enter the most and least negative bounds and the number of decimals.
- List the sign formats to mix (comma separated).
- Press Generate and export.
Negative Number Dataset Generator features
- Negative integers or decimals in a chosen range
- Sign formats: -5, (5), −5 (U+2212), 5-, "- 5" and explicit +/−
- Edge cases: -0, -0.0, INT8…INT64 minimums and the overflow below them, -Infinity, malformed signs
- Format column so tests know which convention each value uses
- Seedable; JSON, CSV, SQL, XML, JSON Lines or one-per-line output
Negative Number Dataset Generator example
Accounting and Unicode minus
Input:
Range −1000 to −1 · Decimals: 2 · Formats: parentheses, unicode-minusOutput:
value,number,format
(70.72),-70.72,parentheses
−45.73,-45.73,unicode-minus
-0,0,edgeFrequently asked questions about Negative Number Dataset Generator
Which sign formats can be produced?
Hyphen-minus (-5), accounting parentheses ((5)), Unicode minus (−5, U+2212), trailing minus (5-), a spaced sign (- 5) and explicit plus/minus.
What edge cases are included?
-0 and -0.0, INT8/16/32/64 minimums and the overflow just below them, MIN_SAFE_INTEGER, tiny and huge negatives, -Infinity and malformed signs such as "--5".
Why does the tool refuse positive bounds?
Its job is negative input; set both bounds at or below zero (for example -100000 and -1).