Working example Intel RdRand in C language. How to generate a float type number in the range -100.001 through +100.001
问题 There is an Intel DRNG Library that allows you to use a random number generator based on the processor's crystal entropy effect. The library itself and an instruction of its use: https://software.intel.com/en-us/articles/intel-digital-random-number-generator-drng-library-implementation-and-uses There is an example inside a library that just prints the contents of a randomly generated array. Please, share the working example in C, which allows using this library to generate a float type number