Search results

  1. D

    Window as EventTarget

    hmmm... while browsing the possibilities to install handlers for user-related inputs i tried to use a kEventMouseUp to install my handler upon. As the handler's target i took the app's window (there is only one). Done so, my handler gets the kEventMouseUp only when the mouse is pressed in the...
  2. D

    random ()

    Thank u all. Guess i got most of what i need. i really dont wanna troll the topic... but. Made me familiar with the twos complement principles, so the zero cant annihilate the missed number. Yet im still woundering where random looses the last 'number'. i still would expect an amount of 2^16...
  3. D

    random ()

    after getting the answer my problem might well become a stupid one ;) i am programming some c code and need to generate hundrets of random numbers. as i broused the web i consider the random() function best for osx (fast and nearly true random, isnt it?). surely ill randomiz the seed unsing...
Back
Top