Posted on 18.06.2019
To generate random numbers we use the SIMD-oriented Fast Mersenne Twister pseudo-random numbers algorithm. Truly random data is used as an initialization vector. Random data initialization is done periodically which exclude any result prediction. Also we use hardware RNG like Quantis.
Back to