views:

25

answers:

1

I'm trying to create a set of dummy data to put into a program, and I was wondering what the best way to do that was.

+1  A: 

See arc4random(). It's the standard function for generating random numbers.

TechZen