To use the PRNG in P2040 as an entropy source, SP800-90C has some guidelines. The PRING uses the SHA1 based RNG specified in FIPS186-3. This random number generator is no longer approved by FIPS, but can be used as an entropy source. It has a 120-bit internal state, fed by a TRNG providing 256 bits each reseed.
SP800-90C states that if the entropy input is high enough, and you re-seed everytime you generate output, then you can get 1/2 the bits of full entropy out. Using this as a guideline, force a re-seed of the RNG, then read eight bytes of output. Assuming that the TRNG generates enough entropy, this will give you 64-bits of entropy that can be used as you desire.
The key point is whether or not the TRNG provides enough entropy. Only an entropy assessment, by an approved labs, can determine that. I am not aware that this has been done for P2040.
Regards,
Tom Tkacik