1.0.2 • Published 3 years ago
datamixering v1.0.2
| Function | Description |
|---|---|
| getColor() | Generate random hex code. |
| getString(length, Characters) | Generate random string from characters. |
| getNumber(min, max) | Generate random full integer in MinMax range |
| stringJoin(string1, string2, preference) | Mix randomly two strings. Preferce gives one of them string more power. 0 = full string1, 1 = full string2 |