Utils
tracker.Utils (Class)
Static Members
Generate an uniform list of the requested size,
containing values uniformly repartited from frequencies.
Name |
Type |
Description |
values |
Array<Int> |
the values to put in list |
frequencies |
Array<Float> |
|
size |
Int |
the size of the final list |
Provides an identifier which is garanteed to be unique on the current session.
It however doesn't garantee that this identifier is not predictable.
Name |
Type |
Default |
val |
Int |
(optional) |
decodeChangesetData(rawData: String): AnonStruct
Used as a workaround in targets like C++ to compare arrays
because in some situation basic equality check won't work
without typing the objects as Any
or Dynamic
.
Private Members