chipset

Can I use API or something else to get close to a TRUE RANDOM NUMBER in VBA?

自闭症网瘾萝莉.ら 提交于 2021-02-08 07:26:12
问题 Is there an API, library, or some other chip-set based command I can access in VBA? I currently have a setup for getting random numbers; however, when I put the result sets to the test, the numbers do not even come close to generating a good statistical curve. I tested this by generating 600 simulated rolls of 2 six-sided dice totaling the 2 dice together each time. I was hoping for the number 7 to take a huge lead; however it came in second twice with nowhere near the appropriate statistical

Can I use API or something else to get close to a TRUE RANDOM NUMBER in VBA?

一笑奈何 提交于 2021-02-08 07:23:52
问题 Is there an API, library, or some other chip-set based command I can access in VBA? I currently have a setup for getting random numbers; however, when I put the result sets to the test, the numbers do not even come close to generating a good statistical curve. I tested this by generating 600 simulated rolls of 2 six-sided dice totaling the 2 dice together each time. I was hoping for the number 7 to take a huge lead; however it came in second twice with nowhere near the appropriate statistical

Can I use API or something else to get close to a TRUE RANDOM NUMBER in VBA?

我只是一个虾纸丫 提交于 2021-02-08 07:22:09
问题 Is there an API, library, or some other chip-set based command I can access in VBA? I currently have a setup for getting random numbers; however, when I put the result sets to the test, the numbers do not even come close to generating a good statistical curve. I tested this by generating 600 simulated rolls of 2 six-sided dice totaling the 2 dice together each time. I was hoping for the number 7 to take a huge lead; however it came in second twice with nowhere near the appropriate statistical

How does a modern operating system like Windows or Linux know the chipset specific memory map?

自闭症网瘾萝莉.ら 提交于 2020-12-13 18:53:50
问题 The memory map of the peripherals are defined by the chipset. However, modern operating systems like linux and Windows can boot from pretty much every chip (if compiled for the right architecture). As far as I know, the memory mapped devices like the USB Host are not included in the architecture standard. How can the OS still boot, load the drivers, and function? I suppose there must be some specification where the chipset is described. Formulated a little different: How does the

How does a modern operating system like Windows or Linux know the chipset specific memory map?

心已入冬 提交于 2020-12-13 18:53:10
问题 The memory map of the peripherals are defined by the chipset. However, modern operating systems like linux and Windows can boot from pretty much every chip (if compiled for the right architecture). As far as I know, the memory mapped devices like the USB Host are not included in the architecture standard. How can the OS still boot, load the drivers, and function? I suppose there must be some specification where the chipset is described. Formulated a little different: How does the

How does a modern operating system like Windows or Linux know the chipset specific memory map?

只愿长相守 提交于 2020-12-13 18:52:26
问题 The memory map of the peripherals are defined by the chipset. However, modern operating systems like linux and Windows can boot from pretty much every chip (if compiled for the right architecture). As far as I know, the memory mapped devices like the USB Host are not included in the architecture standard. How can the OS still boot, load the drivers, and function? I suppose there must be some specification where the chipset is described. Formulated a little different: How does the