Nick Meriwether
Nick Meriwether

Reputation: 1

What is the best way to create a large set of dummy data?

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.

Upvotes: 0

Views: 176

Answers (1)

TechZen
TechZen

Reputation: 64428

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

Upvotes: 1

Related Questions