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

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

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    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: 1 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    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: 1 This Week
    Last Update:
    See Project
  • 4
    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
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5

    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
  • 6
    Hex Generator

    Hex Generator

    This spits out random bits.

    Random bit generator written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    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
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 10
    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
  • 11

    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
  • 12
    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
  • 13
    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
  • 14
    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
  • 15

    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
  • 16
    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: 1 This Week
    Last Update:
    See Project
  • 17
    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
  • 18

    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
  • 19
    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
  • 20
    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
  • 21

    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
  • 22
    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: 0 This Week
    Last Update:
    See Project
  • 23

    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: 0 This Week
    Last Update:
    See Project
  • 24

    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: 0 This Week
    Last Update:
    See Project
  • 25
    Some loop based random number generators in different languages.
    Downloads: 0 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.