Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望从 C# 程序集中使用英特尔的数字随机数生成器(Ivy Bridge 中的 RDRAND 指令)。我查看了 cpp 库,但我希望有一个更“托管”的解决方案。有任何想法吗?
我能找到的最好的在这里:
您可以自己下载和编译(链接等)。如果您认识了解 C++ 的人,请从 C# 中extern为 s 编写一些方法。P/Invoke
extern
P/Invoke