Search:

Type: Posts; User: PsYNus

Search: Search took 0.08 seconds.

  1. Replies
    11
    Views
    1,514

    Re: display the generated Math.random number

    i've altered the code (it now gives the numerical value for the asci symbol) :D for example: 90.7456468755941 is the numerical value for: . So i'm gonna find a method that will round the number down...
  2. Replies
    11
    Views
    1,514

    Re: display the generated Math.random number

    oh i think i see now how the math.random can work. it will generate a random number between 0 (including) and 0.999 recuring (including) and you have to times that by 100 to get a whole number. is...
  3. Replies
    11
    Views
    1,514

    Re: display the generated Math.random number

    is there a way i could download the API? i dont have an internet connection at home :<
  4. Replies
    11
    Views
    1,514

    Re: display the generated Math.random number

    Still kind of new with java so i thought i'd throw that loop in there to see what it would do. should i not do that? so that math.random line will only return a value between 0 and 0.999 recuring?
  5. Replies
    11
    Views
    1,514

    Re: display the generated Math.random number

    Oh sorry :) i was wondering if there is some code that i can add to the program that will return that randomly generated number from the Math.random
  6. Replies
    11
    Views
    1,514

    display the generated Math.random number

    I've been playing around with some coding and asci values. My program below will return an asci value generated by the Math.random method. Is there another method that i may use to display that value...
Results 1 to 6 of 6