Fastest implementation of a true random number generator in C#

前端 未结 8 1230
隐瞒了意图╮
隐瞒了意图╮ 2020-12-08 23:23

I was reading about Random.Next() that for \"cryptographically secure random number suitable for creating a random password\" MSDN suggests RNGCryptoServiceProvider Class

8条回答
  •  心在旅途
    2020-12-08 23:45

    AFAIK a true random generator will never be implemented in C#. That can only be done with the help of hardware?

提交回复
热议问题