コード例 #1
0
ファイル: Random64.cs プロジェクト: aryan-programmer/QCCore
 public static Array <byte> GetRandomBytes(int len) => Random64Inst.GetBytes(len);