Windows 10: Windows 10 pseudo random number generator infrastructure white paper

Discus and support Windows 10 pseudo random number generator infrastructure white paper in Windows 10 News to solve the problem; Throughout the years, we’ve had ongoing conversations with researchers, developers, and customers around our implementation of certain security... Discussion in 'Windows 10 News' started by Brink, Nov 26, 2019.

  1. Brink Win User

    Windows 10 pseudo random number generator infrastructure white paper


    Source: https://www.microsoft.com/security/b...nfrastructure/

    :)
     
    Brink, Nov 26, 2019
    #1

  2. Generating Random Numbers (Need help ASAP!)

    Working on a math problem.

    • First, I need to generate a random integer from 1 to 6. I need to keep doing this until I get the number 3. I need to record how many numbers had to be generated.
    • Second, I need to generate random integers from 1 to 6 until I have picked every number once. Again, I need to know how many numbers were generated.
    I need to do each situation a certain number of times (which is up to me) to get an average of how many numbers had to be generated in order to meet the condition.

    Being the overachiever that I am, I'd like to generate an absurd number of trials. So I want to do the first situation a huge number of times and then get the average. Same for situation 2. Is there any way I could use my computer to do this? My Q6600 is on Windows and my 2GHz Core Duo laptop runs Ubuntu.
     
    angelkiller, Nov 26, 2019
    #2
  3. Generating Random Numbers (Need help ASAP!)

    Maybe I should explain more. The teacher expects us to either use a random number chart in our math books or use our calculator to generate random numbers. He also expects us to do anywhere from 5-10 trials and then get an average from that. I can do that no prob.

    But being me, I thought, "Wouldn't you get a much more accurate average if you had more trials? Say 1000, or 1,000,000?" Doing it with the chart or manually on the calc would take forever. Writing a program on the calc would be faster. But then I thought, wouldn't a computer be really fast? So basically, I'm trying to create as many trials as possible, even though it's complete overkill. I don't mean to ask anyone to do everything for me.

    Whoa. I get the sense that this is the tip of the iceburg of a really big and complex issue...
    I take it that a calculator (and a computer) will generate psudo-random numbers then. If so then I would think that that's ok.
     
    angelkiller, Nov 26, 2019
    #3
  4. Kreij Win User

    Windows 10 pseudo random number generator infrastructure white paper

    Generating Random Numbers (Need help ASAP!)

    The outcome of rolling a physical dice depends upon environmental variables in your physical surroundings. Random algorithms, that generate pseudo-random numbers, do not take any physical properties into play. The outcomes of each will differ.

    You can do this easily in basic.

    create a counter variable and set it to zero
    Do a while loop until the terminating condition is met (eg. random number = 3)
    Increment the counter
    Generate a random number between 1 and 6
    If the condition is met, break out of the loop.
    If not, let the loop run again.
    The counter will hold the number of attempts.

    The second one is a little more complex as you will have to store which numbers have been "hit" and re-roll if you hit a number twice.

    Since there are no requirements on how many times you have to do this to create an average, it may quicker to just roll dice.

    That is, of course, up you you and we wil lend a hand if need be.
    We will not however, code the whole assignment for you.
    So chop chop grasshopper, be an overachiever and get to coding !!! *Wink Windows 10 pseudo random number generator infrastructure white paper ;)
     
    Kreij, Nov 26, 2019
    #4
Thema:

Windows 10 pseudo random number generator infrastructure white paper

Loading...
  1. Windows 10 pseudo random number generator infrastructure white paper - Similar Threads - pseudo random number

  2. Random Crumpled Paper Screen?

    in Windows 10 Software and Apps
    Random Crumpled Paper Screen?: Okay, this happened to my friend so I'll try to describe it the best way I can. My friend has an Alienware PC by the way, if it matters.Her PC was completely normal and went go get some food for a minute or two. But she came back and her screen was black. Then, slowly, a...
  3. Random Crumpled Paper Screen?

    in Windows 10 BSOD Crashes and Debugging
    Random Crumpled Paper Screen?: Okay, this happened to my friend so I'll try to describe it the best way I can. My friend has an Alienware PC by the way, if it matters.Her PC was completely normal and went go get some food for a minute or two. But she came back and her screen was black. Then, slowly, a...
  4. White piece of paper on icons

    in Windows 10 Support
    White piece of paper on icons: Well, this is new. Anyone know how to fix this that I'm sure was caused by me. LOL! [img] - - - Updated - - - Nevermind. Fixed it!! 157879
  5. Solitaire Freecell Random Number Generator in Windows 10

    in Windows 10 BSOD Crashes and Debugging
    Solitaire Freecell Random Number Generator in Windows 10: I have stopped playing Freecell set to "Expert" on Windows 10 because the "random" numbers are all games that I have completed within the last twelve months....
  6. Random Number Generation

    in Windows 10 Customization
    Random Number Generation: I'm writing a jukebox in Visual Studio vb.net. I'm attempting to utilise random number generators to swap the image of the record label being played which works fine Dim r As New System.RandomCTypeSystem.DateTime.Now.Ticks Mod System.Int32.MaxValue, Integer Public...
  7. Windows 10 Compatibility Mode White Paper.. What exactly is going on

    in Windows 10 BSOD Crashes and Debugging
    Windows 10 Compatibility Mode White Paper.. What exactly is going on: So we have some proprietary software that was written originally for Windows 98. Long story short, we have performance issues running it on windows 10. When we run it in any compatibility mode (win7 or earlier), the program runs perfect. My question is, does anyone have a...
  8. windows 10 not recognising my kindle paper white

    in Windows 10 Drivers and Hardware
    windows 10 not recognising my kindle paper white: on windows 7, I had no problems but since updating to windows 10 it does not recognise my USB connection. I have tried various USB ports but as soon as I connect I get the notification " USB not recognised ".*Confused 29709
  9. White paper icons and empty folders!?

    in Windows 10 Support
    White paper icons and empty folders!?: Hello, I have windows 10 home operating system on my laptop I have a problem with my file folder. when I first open it it shows that it works fine. [img] However I've notice that on the left I see the OS and D drive as white icons. When i access any folders and then...
  10. White paper icons in start menu apps

    in Windows 10 Support
    White paper icons in start menu apps: In my windows 10 start menu all my installed programs give a white paper (with curled right corner) icon. There are a few that give the original icon but most of them do not. I tried a new clean install but that didn't help. I also tried: -SFC scannow gedaan met deze...