Romeo and Juliet
- First name
- Romeo
- Second name
- Juliet
- Match score
- 54%
- Verdict
- Worth a date
Checked against: Python 3.8 FNV-1a of b'juliet+romeo' = 174137891; mod 101 = 54
For entertainment only: a love compatibility score from 0 to 100 made from two names. The same pair always gets the same score; it predicts nothing.
Romeo and Juliet score 54% — “Worth a date”. The number comes from a hash of the letters in the names, so it is the same every time and means nothing about a real relationship.
Keep only letters, lowercase them and sort the pair so order doesn't matter: “juliet+romeo”.
32-bit FNV-1a of the UTF-8 bytes of “juliet+romeo” is 174137891.
The score is a hash, not a measurement. The calculator keeps only the letters of both names, lowercases them, sorts the pair so the order doesn't matter, runs the 32-bit FNV-1a hash over the result and takes the remainder after dividing by 101, which gives a whole number from 0 to 100. The verdicts cover 0–20, 21–40, 41–60, 61–80 and 81–100.
The result is for entertainment only and does not predict anything about a real relationship. The same two names always get the same score, so Romeo and Juliet get 54% ("Worth a date") every time, in either order and any mix of capitals.
Every letter feeds the hash, so a nickname, a middle name or a surname gives an unrelated score.
Checked against: Python 3.8 FNV-1a of b'juliet+romeo' = 174137891; mod 101 = 54
Checked against: Same normalized key 'juliet+romeo' as above
Checked against: Python 3.8 FNV-1a of b'ada+charles' = 1687705348; mod 101 = 95
Checked against: Python 3.8 FNV-1a of b'darcy+elizabeth' = 613105083; mod 101 = 36
It turns the letters of two names into a number with a fixed formula. The letters are lowercased, the two names are sorted into a pair, and the pair is hashed with 32-bit FNV-1a and reduced modulo 101 to a score from 0 to 100. Nothing about the people themselves goes in, so the score is entertainment and carries no meaning.
No. The score comes from the spelling of two names and says nothing about compatibility. What does predict relationship quality is how each partner experiences the relationship: in a 2020 PNAS study pooling 43 longitudinal couples datasets from 29 laboratories, perceived partner commitment, appreciation, sexual satisfaction, perceived partner satisfaction and conflict were the top predictors, and relationship-specific measures explained up to 45% of the variance in relationship quality at the start of the studies.
Because a hash is deterministic: the same input always gives the same output. The names are normalized first, so "Romeo" and "Juliet" or "juliet!" and " ROMEO " both become juliet+romeo and score 54. Adding a surname or using a nickname changes the letters and gives an unrelated score.
Yes. Any Unicode letter counts, including accented letters and non-Latin scripts, and the letters are hashed as UTF-8 bytes, so Zoë and Zoë score 71. Digits, spaces and punctuation are ignored, and a name with no letters at all gets an error.
Accuracy depends on your inputs and the method's assumptions. Decimal arithmetic uses 50 significant digits, but estimates, numerical methods and source data can be less precise; the displayed rounding does not remove those limits. It is checked against 5 worked examples whose answers come from independent sources; for example, “Romeo and Juliet” is checked against Python 3.8 FNV-1a of b'juliet+romeo' = 174137891; mod 101 = 54.
IETF draft — The FNV non-cryptographic hash algorithm (Fowler, Noll, Vo).
For fun. This result has no scientific basis.
5 worked examples with independently sourced answers ship with this calculator. They run in the test suite; you can run them here too.
Allow optional Google Analytics to measure page visits? Calculators work either way. Privacy and choices
Optional analytics: off.