A random number

Here is something pseudorandom.

4734068977

If you happened upon this page because you searched for the number above by Google or another search engine, send me an email.

I chose the number at random…

gimmenum <- function(digits) {
  sample(0:9, digits, replace = T) |>
  paste(collapse = "")
}

… and it wasn’t on Google when I searched (11pm BST, 26 June 2022); however, other numbers close to it were.

Update: 10:30pm BST, 30 June 2022 (or earlier) another page indexed by Google had the same number.

Update: 8pm BST, 11 July 2022, there are now 27 other pages with the number – all on blogspot. They look rather spammy/scammy.

Update: 11pm BST, 18 July 2022, Google says there are two results but only link to one – this page.

Update: 11pm BST, 26 Oct 2022, Google says there is one result and it links here.