Home
last modified time | relevance | path

Searched refs:randomSource (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_CSRNG.cs283 randomSource = new Random((int)Misc.ByteArrayRead(0, fixedData)); in InstantiateRandom()
286 randomSource = new Random(); in InstantiateRandom()
414 randomSource.NextBytes(generatedBytes); in FillFifoWithGeneratedBits()
650 private Random randomSource; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_CSRNG