Beispiel #1
0
def get_random_user():
    return User.select(User.id).order_by(fn.Random()).get()