Class Index | File Index

Classes


Function Namespace Pot.Complex.rand.alpha


Defined in: <pot.js>.

Function Namespace Summary
Constructor Attributes Constructor Name and Description
 
Returns the random alphabet(s).
Method Summary
Method Attributes Method Name and Description
<static>  
Pot.Complex.rand.alpha.lower((length))
Returns the random alphabet(s) as lowercase.
<static>  
Pot.Complex.rand.alpha.upper((length))
Returns the random alphabet(s) as uppercase.
Function Namespace Detail
Pot.Complex.rand.alpha((length))
Returns the random alphabet(s).
Parameters:
{Number} (length)
Length.
Returns:
{String} The random alphabet(s).
Method Detail
<static> {Function} Pot.Complex.rand.alpha.lower((length))
Returns the random alphabet(s) as lowercase.
Parameters:
{Number} (length)
Length.
Returns:
{String} The random alphabet(s).

<static> {Function} Pot.Complex.rand.alpha.upper((length))
Returns the random alphabet(s) as uppercase.
Parameters:
{Number} (length)
Length.
Returns:
{String} The random alphabet(s).

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 21 2012 19:32:22 GMT+0900 (JST)