Search Results for "python random number generator" - Page 4

Showing 164 open source projects for "python random number generator"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 1
    GoPass

    GoPass

    GoPass uses moves in a game of go to generate a password.

    GoPass is a password generator. Its function is similar to random password generators, but the generation method is very different. This program generates passwords based on opening moves in a go game. The method is simple: the Custom Seed at the bottom is used to seed a random number generator (RNG). The RNG assigns a value to every intersection on the board. After moves are played, and Make Password pressed, the values of the intersections generate a password based on the game. All...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    IL Music Library Deduplicator

    IL Music Library Deduplicator

    Easily find and remove duplicates from a music collection

    ... duplicates or not to be scanned next time. First scan may take a while depending on your PC and number of audio files, but on subsequent scans only newly added files will be scanned. IL Music Library Deduplicator is portable and doesn't require instalation and also is free. It is written in Python and is using Chromaprint fpcalc for audio fingerprinting. It can find duplicates even if audio files have no metadata or have a different filename.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    subnetcalculator

    subnetcalculator

    Basic subnet calculator written in Python.

    Based on the IP address and subnet mask input from the user, the following values are calculated: #1. Network address #2. Broadcast address #3. Number of valid hosts #4. Wildcard mask #5. Number of mask bits (CIDR notation) #6. Random IP addresses from the subnet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Destiny Zodiac - PHP Horoscope Generator allows webmasters to both assign a unique zodiac for every day of the year and/or drop a variable number of horoscopes into a directory to be retrieved by a random access PHP horoscope class. The system is completely modular and can be installed ready-to-use by unzipping the files as-is into a chosen directory and using an include function to render a 365 day calender that will deliver a different horoscope for each day. This horoscope system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    Bio.B-Gen

    Bio.B-Gen

    Initial system (box) generator for biological molecular simulations

    "Bio.B-Gen" is a command line tool to generate initial systems for biological molecular simulations. "Bio.B-Gen" was mainly designed to be used with the GROMACS molecular dynamics simulation package (http://www.gromacs.org). "Bio.B-Gen" depends on the GROMACS topology and force field information (.top and .itp data files) during the generation stage. "Bio.B-Gen" adds specified number of copies of a molecule to an existing configuration to a specified spacial domain inside the system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    SATURN cipher

    RNG for use in a stream cipher

    SATURN is now a fully-functional stream cipher. It is in active development. The underlying algorithm is SATURNrng, a cryptographically-secure random number generator. SATURNrng is seeded with a 480-bit key and a 480-bit nonce which then produces a random stream used to encrypt a plaintext.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Hex Generator

    Hex Generator

    This spits out random bits.

    Random bit generator written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    BEDBUG CSPRNG & Stream Cipher

    BEDBUG CSPRNG & Stream Cipher

    A family of FLEA-inspired CSPRNGs and Stream Ciphers

    BEDBUG is a small, fast, cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. It exhibits uniform distribution, mixes rapidly (with worst-case avalanche better than 16-bits), has no detected bias, and comes in three variants: BEDBUG128, with an internal state array of 128+3 32-bit words; BEDBUG256, with an internal state of 256+3 words; and BEDBUG512 with a 512+3-word state. The former permit seeding with a key of up to 4096 or 8192 bits, the latter with a 16384...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    MOTE CSPRNG & Stream Cipher

    MOTE CSPRNG & Stream Cipher

    A family of small-state CSPRNGs and Stream Ciphers

    MOTE is a fast, small-state, cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. MOTE exhibits uniform distribution, mixes extremely rapidly, has no detected bias, and comes in three variants: MOTE8, with an internal state array of 8+4 32-bit words; MOTE16, with an internal state of 16+4 words; and MOTE32 with a 32+4-word state. The former permit seeding with a key of up to 256 or 512 bits, the latter with a 1024-bit key. Reduced to essentials, MOTE is only 5...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 10
    AUM CSPRNG & Stream Cipher

    AUM CSPRNG & Stream Cipher

    A minimal CSPRNG reflecting the Zen of cipher design

    AUM is an extremely fast, small-state, cryptographically secure pseudo-random number generator and stream cipher. AUM exhibits uniform distribution, mixes rapidly, has no detected bias, and comes in three variants: AUM16, with an internal state array of 16+4 32-bit words; AUM32, with an internal state of 32+4 words; and AUM64 with a 64+4-word state. The former permit seeding with a key of up to 512 or 1024 bits, the latter with a 2048-bit key.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pythia

    Pythia

    High quality fast "true random" number generator (shuffling) for JS

    :: Pythia :: This is a high quality fast "true random" number generator / shuffling system. This means that Pythia never ever repeats the same numbers again regardless of how many tests you do. This also means that it never generates any numbers in a predictable order no matter how many times you refresh. Pythia solves a great problem and is by far the best solution out there. How to use: var my_pythia = new pythia(); Pythia API: .generate - Generate a new random number. .reset...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    randstdev

    A PRNG test program

    Randstdev is a PRNG (pseudo-random number generator) test program similar to ENT, but much faster. It calculates and displays statistics on a file as well as a PASS/FAIL at 99.9% confidence interval. It is at least as good as ENT, but is between 10 to 36 times faster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    effgoogle

    effgoogle

    effgoogle protects your privacy by confusing Google's profile of you.

    Google builds 'profiles' of everyone that uses their services. These profiles contain your IP, search history, and other information. For more information regarding exactly what Google uses this information for, DuckDuckGo has a good website that explains it all at donttrack.us. effgoogle is a ridiculously tiny and simple python program that opens up a user-specified number of Firefox instances, opens Google, and searches random phrases and common searches. This confuses Google and makes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ISC - The ISAAC Stream Cipher

    ISC - The ISAAC Stream Cipher

    ISC lets you encrypt & decrypt text and files of any type up to 4GB

    ISAAC is a cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. It was developed by Bob Jenkins from 1993-1996 and placed in the Public Domain. ISAAC is fast - especially when optimised - and portable to most architectures in nearly all programming and scripting languages. After more than 20 years of existence ISAAC has not been broken, and the little program you have here allows you to use it to encrypt and decrypt text of arbitrary length, files of any type...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Random Integer Number Generator

    Random Integer Number Generator

    A small random number generator in C# formerly known as RGN

    A small random number generator programmed in C# as part of another project that may never see the light of day, so it was decided this useful portion should be released. Please note that this program was formerly called RGN, or Simple Random Number Generator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Random Shape Generator

    Program that generates random shapes.

    Random Shape Generator was originally a standalone python 2 script that generated random shapes. I have mow made a GUI mac version using QT and am now going to compile it on windows and Ubuntu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Puran2 - Real Random Number Generator

    Puran2 - Real Random Number Generator

    Real Random Number Generator

    Puran2 is a real random number generator based on electronic noise. The random bits are stored on a CD. The software allow the access to the random bits like a pseudo random number generator and is easy to use. It can be mixed with random number of a tausworthe generator to grow the count of random number.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Micopi

    Micopi

    Missing Contact Pictures - Generates contact images for your telephone

    Finally, Micopi allows you to assign an image to every person in your telephone's contact list. So if you do not happen to have a (decent) photo of them, you can use the app to simply generate one. Micopi does not use a random number generator to create these images. It exclusively uses contact data such as the name, the telephone number or the e-mail address and turns these into geometric figures and colours. This way, all of your contacts have their unique image. - We gladly accept...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    innocence-java

    Replace text with POS equivalent text, in a reversible fashion.

    Program takes (currently) english text sentences, and replaces each word in a given sentence with another word having the same Part of Speach (POS) tag. This creates a new sentence containing none of the original words. This new sentence can then be transmitted to a remote user, and using the same software, "de-crypted" into yielding the original sentence. The software relies on having a known "seed" value for the random number generator, which is known only by the sender and receiver...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    QPass password manager
    QPass is easy to use, open source password manager application with built-in password generator. You can store in it's database such data as passwords and logins which will be encrypted using AES-256 with PBKDF2(number of iterations set by user). Each entry can include additional information about entry such as name, url adress and description.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    The Sword of Islam
    Medieval Middle Eastern mod based on Rhye's and Fall of Civilizations for Civilization 4: Beyond the Sword.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22

    math toolkit

    A C++ and Python library for finance, statistics and linear algebra.

    A lightweight C++ and Python library for finance, statistics and linear algebra. Finance features include compound rate present/future value, annuity, various present/future value coefficients ... Statistics features include mean, median, variance, standard deviation, covariance, correlation, linear regression, probabilities and random variates of various distributions ... Linear algebra features include matrix arithmetic, inverse, determinant, rank, linear system solution, lu/qr...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Random Score Creator
    Create random Music Scores containing a defined number of measures with hole, half or quarter notes. Print them with MuseScore and train your self in recognizing musical notation!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Random Number Generator

    16-bit random number generator made using Batch Compiler.

    This is a simple EXE-format program to create 16-bit random numbers. Created with Batch Compiler.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    Selective Data Backup (DoS App)

    Select the files you want backed up.

    ... Encryption Algorithm: basically, you have to have the password, or you'll never see your data again! This also means that ONLY YOU get to see your passwords/accounts. So, if you don't feel like memorizeing 47 accounts (like I), then download this thing! lol I included a random password generator to go along. Any length, include any characters! Copy/paste and done!
    Downloads: 1 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.