Skip to content
/ random Public

A simple class to generate integers or floats between two numbers.

Notifications You must be signed in to change notification settings

vadoff/random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

iOS Random Number Generator

A simple class to generate integers or floats between two numbers.

Install:

Just drop the files into your library, and #import "Random.h" to use.

Example:

NSInteger randomInteger = [Random randomIntegerFrom:22 to:56];
CGFloat randomFloat = [Random randomFloatFrom:0.5 to:8.5];

About

A simple class to generate integers or floats between two numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published