random

  1. AndreasPapandreou

    Question Randomized Playlist

    Hello i am new to c# and trying to create some simple programs and one of those is a randomized playlist for spotify. When I run the code I get this error: "Unhandled exception. System.ArgumentOutOfRangeException: Index must be within the bounds of the List. (Parameter 'index') at...
  2. SGD2020

    Answered need help with the random method

    I am new to programming and C# and i wanted to create an app for my friend's son to help him with grammar and vocab ,,,, i was thinking of making a random mab libs generator i just cant figure out how to randomize stories rather than numbers if that is even possible any help will be greatly...
  3. MegasXLR

    Random.Next() never returning the number 0

    Hello everyone, I'm kind of new to C# in general (only made a few console apps around two years ago) and am making a Random Number Generator app for Windows. Everything works perfectly except one thing: Whenever I enter 0 as the lower bound and tick the checkbox to include it (so the result can...
  4. H

    Question Random Circles in Picture Box

    Hello! I would love to know how can i draw circles in random positions but without them getting in the way of each other. I want them to be seperated at least 50 pixels from each other but without them leaving the boundaries of the Picture Box. Please help me out with this i would be so...
Back
Top Bottom