Random Number Generator

Is the Random.Next() function just a pseudo-random number or is it based on the built-in RNG in hardware?
If not is it possible to get access to the RNG in hardware? I tried using Marshal to get to the RNG and it threw an exception.

This is already an open issue to use TRNG

1 Like

great thanks!