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