Example #1
0
def unique():
    return str(int(_uniquefloat() * 1000))
Example #2
0
def unique():
    if PY2:
        return str(long(_uniquefloat() * 1000))
    else:
        return str(int(_uniquefloat() * 1000))
Example #3
0
def unique():
    return str(long(_uniquefloat() * 1000))
Example #4
0
def unique():
    return str(long(_uniquefloat() * 1000))
Example #5
0
def unique():
    if PY2:
        return str(long(_uniquefloat() * 1000))
    else:
        return str(int(_uniquefloat() * 1000))
Example #6
0
def unique():
    return str(int(_uniquefloat() * 1000))