简体   繁体   中英

Accessing Intel Ive Bridge's True Random Number Generator

I have figured out that Intel Ivy Bridge supplies a True Random Number Generator in hardware.

Now I am mainly programming in Java and wondering what the ways are to access it?

Does java.util.Random try to use an in-built hardware RNG for example if one is present?

Check out this project: https://code.google.com/p/lizalab-rdrand-util/

It extends java.util.Random , so it can be used just as well. Seems to only work in Linux and Mac OSX right now.

Source

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM