Class Popcorn.Core.RandomLib


class Popcorn.Core.RandomLib
Extensible library class for random generators. 'RandomLib' can be extended by other modules as following:
   core.RandomLib.randomAlpha = function() {...}; 
 
Once the module is loaded, 'randomAlpha' is available in the Random object and can be executed as:
   random().randomAlpha();
 
See also:
Popcorn.Common.alpha
Defined in Popcorn.Core