SydOS / Star

SydOS kernel
MIT License
14 stars 3 forks source link

Add support for using RDRAND opcode for random number generation #41

Open 1byte2bytes opened 6 years ago

1byte2bytes commented 6 years ago

https://wiki.osdev.org/Random_Number_Generator#x86_RDRAND_Instruction

1byte2bytes commented 6 years ago

Use as input for something like Yarrow algorithm?