Skip to content

Instantly share code, notes, and snippets.

@shshemi
Last active August 28, 2019 04:11
Show Gist options
  • Save shshemi/0e378e6892d1f533d1964583795c8601 to your computer and use it in GitHub Desktop.
Save shshemi/0e378e6892d1f533d1964583795c8601 to your computer and use it in GitHub Desktop.
def rand_sentence(len, dict_len):
return np.random.randint(0, dict_len, len)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment