# -*- mode: snippet -*-
# name: _rand
# key: _rand
# group: Special methods
# --
def __rand__(self, other):
    return $0
