Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created May 4, 2023 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quantra-go-algo/9d01b229148dd9513a3eb3e83705e337 to your computer and use it in GitHub Desktop.
Save quantra-go-algo/9d01b229148dd9513a3eb3e83705e337 to your computer and use it in GitHub Desktop.
# Setting the random seed to a fixed number
import random
# Setting the random seed to a fixed number
import random
random.seed(42)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment