Skip to content

Instantly share code, notes, and snippets.

@vndee
Created November 1, 2024 13:54
Show Gist options
  • Save vndee/4aacc6e6db3b08852e5f607a4840705b to your computer and use it in GitHub Desktop.
Save vndee/4aacc6e6db3b08852e5f607a4840705b to your computer and use it in GitHub Desktop.
# For most things, Python's built-in tools work great
import random
random.seed(42)
random.random() # Gets you a random decimal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment