0.3.5 • Published 8 years ago

ccrandom v0.3.5

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

cc random module

Usage : // require module. var randoms = require("ccrandom") ;

// get random int chunk.
var randomInt = randoms._int ;

// initialize random int pool.
randomInt.Init(100, 1) ;

// call function like this, return true(is hit) or false(no hit).
var hit = randomInt.IsHit() ;

========================================================= v0.2.0: nothing.

========================================================= v0.3.5:

  • add random int.
0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago