We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b868c3 commit 4cd35c8Copy full SHA for 4cd35c8
README.md
@@ -1,12 +1,12 @@
1
-# LCG Example Python:
+# LCG Example Python
2
3
a linear congruential generator example in python. seed is generated with the current time
4
5
-## Video about this Topic:
+## Video about this Topic
6
7
Work in progress...
8
9
-## Functions:
+## Functions
10
11
- `randomInt()` - generates random Integer between '0' and '2^48'
12
- `randomFloat()` - generates random Float between '0' and '1'
0 commit comments