Skip to content

Commit 4cd35c8

Browse files
Update README.md
1 parent 7b868c3 commit 4cd35c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# LCG Example Python:
1+
# LCG Example Python
22

33
a linear congruential generator example in python. seed is generated with the current time
44

5-
## Video about this Topic:
5+
## Video about this Topic
66

77
Work in progress...
88

9-
## Functions:
9+
## Functions
1010

1111
- `randomInt()` - generates random Integer between '0' and '2^48'
1212
- `randomFloat()` - generates random Float between '0' and '1'

0 commit comments

Comments
 (0)