0.3.5 • Published 10 years ago

ccrandom v0.3.5

Weekly downloads
3
License
MIT
Repository
github
Last release
10 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

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago