Location of resource created using "random" provider

I am in terraform basics section, subsection - “Multi providers”.

When we create a resource using random provider and do not give any path, where can I see this random resource? What is its location ?

Thank you

(Copy of reply posted in Slack)

The random provider does not create any physical resources. The data it generates exists only in the terraform.tfstate file.
See the documentation here:
https://registry.terraform.io/providers/hashicorp/random/latest/docs