issues Search Results · repo:tna0y/Python-random-module-cracker language:Python
Filter by
10 results
(84 ms)10 results
intna0y/Python-random-module-cracker (press backspace or delete to remove)Disturbante
- Opened on Jul 20, 2023
- #15
The README states: Note: Cracker does not implement prediction of random() function since it is based on the os.urandom
module which is based on /dev/urandom - however, at least in current versions of ...
oplik0
- Opened on Jun 5, 2022
- #10
GZTimeWalker
- 1
- Opened on Apr 6, 2022
- #9
import random, time
from randcrack import RandCrack
random.seed(10)
rc = RandCrack()
for i in range(624):
rc.submit(random.randrange(0,5))
# Could be filled with random.randint(0,4294967294) or random.randrange(0,4294967294) ...
pagenum
- 2
- Opened on Jan 7, 2022
- #7
According to the README.md,
Accuracy
Cracker is not absolutely accurate. It is able to perform close to 100% accurate on first 624 32-bit generations, ~99.5%
on the first 1 000, ~95% on the first 10 ...
your-diary
- 1
- Opened on Jul 10, 2021
- #5
Hello, I noticed that predictor doesn t work on getrandbits when we request too many requests. You can see that using
#!/bin/env python3
import random, time
from randcrack import RandCrack
random.seed(time.time()) ...
Nuliel
- 1
- Opened on Jan 16, 2021
- #4
Hello,
I am a student and I dont understand one thing. My project was to research and compare two random number generators. I
chose Java s LCG and python s mersenne twister. Could you explain to me why ...
wazaki0
- 1
- Opened on Nov 20, 2020
- #3
from randcrack import RandCrack
ModuleNotFoundError Traceback (most recent call last) ipython-input-3-0ac7546f8899 in module ---- 1 from randcrack
import randcrack
ModuleNotFoundError: No module named ...
aekayGuy
- Opened on Sep 11, 2019
- #2
Mersenne Twister is a determenistic algorithm, in particular in CPython s implementation. Something must be wrong in the
code. I ask for help in finding the problem in randcrack s code.
bug
help wanted
tna0y
- Opened on Apr 9, 2019
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.