We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40a689 commit cce1ad0Copy full SHA for cce1ad0
War and Peace Random Numbers
@@ -9,7 +9,7 @@ class Pseudorandom_Number_Generator:
9
"""Generates pseudorandom numbers based on character pairs read from the War and Peace text file.
10
"""
11
12
- def __init__(self, seed=0, step=100, file_path="C:\\Users\\LG\\Desktop\\DEPAUL UNIV\\2023 Fall\\Python Programming\\DSC 430 - Week 7\\WarAndPeace.txt"):
+ def __init__(self, seed=0, step=100, file_path = "C:\\Users\\LG\\Desktop\\DEPAUL UNIV\\2023 Fall\\Python Programming\\DSC 430 - Week 7\\WarAndPeace.txt"):
13
14
"""Initializes the Pseudorandom_Number_Generator with the given seed, step size, and file path.
15
0 commit comments