Showing 318 open source projects for "random number"

View related business solutions
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 1
    Random

    Random

    Generation random numbers, words and elements

    The application supports Russian and English languages. An application for generating random numbers, words and selecting a random element from a list. The simple interface ensures fast and convenient user interaction. - Random numbers: generation is possible in any range. - Random words: the application's vocabulary is about 10,000 words and will increase in future versions. - Random element: the number of elements in the list is not limited, all have an equal probability of selection.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2

    Practically Random

    statistical tests & psuedo- random number generators (RNGs, PRNGs)

    Randon number generation & testing. The best suite of statistical tests for fast PRNGs anywhere. Multithreaded for speed, command line tools for automation, no upper limit on data size. Also, a variety of C++ pseudo-random number generators with well designed interfaces aimed at practical uses, not just research.
    Leader badge
    Downloads: 70 This Week
    Last Update:
    See Project
  • 3
    Random Chords

    Random Chords

    Generate random chords and matching scales

    Design wild harmonies that go beyond Schoenberg serialism and classic jazz harmony, with this program to generate random chords and matching scales.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    NumPy

    NumPy

    The fundamental package for scientific computing with Python

    Fast and versatile, the NumPy vectorization, indexing, and broadcasting concepts are the de-facto standards of array computing today. NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms, and more. NumPy supports a wide range of hardware and computing platforms, and plays well with distributed, GPU, and sparse array libraries. The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled code. NumPy’s high level syntax makes it accessible and productive for programmers from any background or experience level. ...
    Downloads: 67 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of Google's scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 5
    Nano ID

    Nano ID

    A secure, URL-friendly, unique string ID generator for JavaScript

    ...These modules use unpredictable hardware random generator. Uniformity, random % alphabet is a popular mistake to make when coding an ID generator. The distribution will not be even; there will be a lower chance for some symbols to appear compared to others. So, it will reduce the number of tries when brute-forcing. Nano ID uses a better algorithm and is tested for uniformity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    bignumber.js

    bignumber.js

    A JavaScript library for arbitrary-precision decimal arithmetic

    ...Faster, smaller, and perhaps easier to use than JavaScript versions of Java's BigDecimal. Replicates the toExponential, toFixed, toPrecision and toString methods of JavaScript's Number type. Includes a toFraction and a correctly-rounded squareRoot method. Supports cryptographically secure pseudo-random number generation. Wide platform compatibility, uses JavaScript 1.5 (ECMAScript 3) features only. If a smaller and simpler library is required see big.js. It's less than half the size but only works with decimal numbers and only has half the methods. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Regex

    Regex

    Generate matching and non matching strings based on regex patterns

    ...Follow the link to Online IDE with created project: JDoodle. Enter your pattern and see the results. By design a+, a* and a{n,} patterns in regex imply an infinite number of characters should be matched. When generating data, that would mean values of infinite length might be generated. It is highly doubtful anyone would require a string of infinite length, thus I've artificially limited repetitions in such patterns to 100 symbols when generating random values. Use a{n,m} if you require some specific number of repetitions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    css-doodle

    css-doodle

    A web component for drawing patterns with CSS

    <css-doodle /> is based on Shadow DOM v1 and Custom Elements v1. You can use it on all major browsers right now without polyfills. The component will generate a grid of divs by the rules (plain CSS) inside it. You can easily manipulate those cells using CSS to come up with a graphic pattern or an animated graph. The limit is the limit of CSS itself. Download the latest version or include it directly from a CDN. You can also install it from npm and import the module in JavaScript. The syntax...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    Pytorch-toolbelt

    Pytorch-toolbelt

    PyTorch extensions for fast R&D prototyping and Kaggle farming

    A pytorch-toolbelt is a Python library with a set of bells and whistles for PyTorch for fast R&D prototyping and Kaggle farming. Easy model building using flexible encoder-decoder architecture. Modules: CoordConv, SCSE, Hypercolumn, Depthwise separable convolution and more. GPU-friendly test-time augmentation TTA for segmentation and classification. GPU-friendly inference on huge (5000x5000) images. Every-day common routines (fix/restore random seed, filesystem utils, metrics). Losses:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The best childcare management software Icon
    The best childcare management software

    Customizable, mobile-friendly software that directors trust, ECE staff love, and parents rave about.

    Forget ordinary childcare software. From digital enrollment to automatic billing to instant message translation, Famly is the time-saving solution that goes the extra mile for your early education center.
    Learn More
  • 10
    Smile

    Smile

    Statistical machine intelligence and learning engine

    Smile is a fast and comprehensive machine learning engine. With advanced data structures and algorithms, Smile delivers the state-of-art performance. Compared to this third-party benchmark, Smile outperforms R, Python, Spark, H2O, xgboost significantly. Smile is a couple of times faster than the closest competitor. The memory usage is also very efficient. If we can train advanced machine learning models on a PC, why buy a cluster? Write applications quickly in Java, Scala, or any JVM...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Smallpond

    Smallpond

    A lightweight data processing framework built on DuckDB and 3FS

    smallpond is a lightweight distributed data processing framework built by DeepSeek, designed to scale DuckDB workloads over clusters using their 3FS (Fire-Flyer File System) backend. The idea is to preserve DuckDB’s fast analytics engine but lift it from single-node to multi-node settings, giving you the ability to operate on large datasets (e.g. petabyte scale) without moving to a heavyweight system like Spark. Users write Python-like code (via DataFrame APIs or SQL strings) to express...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Eel

    Eel

    A Python library for making simple Electron-like HTML/JS GUI apps

    Eel is a little Python library for making simple Electron-like offline HTML/JS GUI apps, with full access to Python capabilities and libraries. Eel hosts a local webserver, then lets you annotate functions in Python so that they can be called from Javascript, and vice versa. Eel is designed to take the hassle out of writing short and simple GUI applications. If you are familiar with Python and web development, probably just jump to this example which picks random file names out of the given...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RBush

    RBush

    High-performance JavaScript R-tree-based 2D spatial index

    ...Spatial index is a special data structure for points and rectangles that allows you to perform queries like "all items within this bounding box" very efficiently (e.g. hundreds of times faster than looping over all items). It's most commonly used in maps and data visualizations. The demos contain visualization of trees generated from 50k bulk-loaded random points. Open web console to see benchmarks; click on buttons to insert or remove items; click to perform search under the cursor. An optional argument to RBush defines the maximum number of entries in a tree node. 9 (used by default) is a reasonable choice for most applications. Higher value means faster insertion and slower search, and vice versa.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AirGap Vault

    AirGap Vault

    Installed on a smartphone that has no connection to any network

    ...The AirGap Wallet is installed on your everyday smartphone. AirGap Vault is responsible for secure key generation. Entropy from audio, video, touch and accelerometer are used together with the output of the hardware random number generator. The generated secret is saved in the secure enclave of the device, only accessible by biometric authentication. Accounts for multiple protocols can be created. Transactions are prepared by the AirGap Wallet and then transferred to the offline device via QR code, where it is signed and sent back to the Wallet using another QR code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    multiclicker

    multiclicker

    Application designed to automate mouse clicks

    ...Features 4 independent bots - Each with individual settings Customizable hotkeys - Start/stop hotkeys for each bot + global stop all Various click settings: Left/right/middle mouse clicks Single/double clicks Custom click intervals Random intervals between clicks Location options: Current mouse position Predefined position Selected area (random clicks within area) Repeat options: Repeat specific number of times Repeat until manually stopped Profile saving - Save and load configurations Dark Mode - Switch between light and dark themes (can be unlocked) Global control - Hotkeys work even when program is minimized
    Leader badge
    Downloads: 1,395 This Week
    Last Update:
    See Project
  • 16
    ULID-Ada

    ULID-Ada

    Implementation of ULID in Ada

    A ULID code (Universally Unique Lexicographically Sortable Identifier) is a combination of a 48-bit time stamp (most significant part, with a millisecond accuracy), and a 80-bit random number (least significant part), totalling 128 bits, that is 16 bytes (octets). The package ULID provides two functions Generate. One function produces a 128-bit number that can be output (for instance) in the UUID format. One function produces a string in the Base32 format (Crockford variant) - the preferred (canonical) representation of a ULID. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    Fox Oring

    Fox Oring

    Fox Oring is a variation of the radio orienteering.

    Fox Oring is a variation of the sport of amateur radio direction finding. Fox Oring is a timed race in which individual competitors use a topographic map and a magnetic compass to navigate through diverse, wooded terrain while searching for radio transmitters. The term is derived from the use of the term fox hunting to describe recreational radio direction finding activity and an abbreviation of the word orienteering. It is necessary to discover 5 hidden transmitters located on a 10 × 10...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Video Frame Extractor

    Video Frame Extractor

    Extracts semi-random frames from all MP4 videos

    This simple tool extracts frames from all MP4 videos in the same folder as this program. ## How to use: - Place this program in the folder containing your MP4 videos. - Double-click on VideoFrameExtractor.exe to run it. - When prompted, enter the number of frames you want to extract from each video. - Wait for the program to finish processing all videos. - Find your extracted frames in the 'extracted_frames' folder. The frames are extracted at evenly distributed points...
    Downloads: 26 This Week
    Last Update:
    See Project
  • 19
    OpenRK

    OpenRK

    A software development kit for the generation of pseudorandom numbers

    ...The library is thread-safe, easy to compile and does not have any dependencies on other packages making it portable easy. It provides a wide range of routines such as up-to-date 64bits pseudorandom number generators, special functions for value conversion and random number distributions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    xoshiro_test

    test xoshiro r.n.g.

    xoshiro -- XOR shift ROT -- random number gen. Fast. Attempt to parallelize ... not so easy. Use 'unsafe' code path leads to lowered cycle lengths. So not fully tested. Non-parallel is not as fast but full cycle length. Compare against PCG, which is also fast but has unfortunate hi-correlation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    .NET Bindings

    .NET runtime bindings for WFMATH

    This project is a subproject of the WFMATH library, a library providing several complex mathematical primitives. This library will allow .NET programmers to use WFMATH in their code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    JoseWebApps

    Some humble web applications

    Here I publish some humble web applications that I have developped.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Sorting-Visualizer

    Sorting-Visualizer

    A GUI sorting visualizer desktop application

    A GUI sorting visualizer desktop application that helps to visualize various sorting algorithms interactively. Visualizer the sorting algorithms like Bubble sort, Insertion sort, Selection sort, Gnome sort, Shaker sort and Odd even sort. Change the bar color and background by customizing. Increase or decrease speed of animation to visualize the sorting process. Download now!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    SWAN
    SWAN is a third-generation wave model, developed at Delft University of Technology, that computes random, short-crested wind-generated waves in coastal regions and inland waters.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 25
    OtoKeyboard - Auto Keyboard & Macro

    OtoKeyboard - Auto Keyboard & Macro

    OtoKeyboard: Boost productivity with Windows keyboard automation.

    OtoKeyboard is the premier auto keyboard and macro tool for Windows, designed to save you time and eliminate digital friction. Move beyond simple text replacement and turn any repetitive task into a single-keystroke action. It's the ultimate productivity companion for professionals, gamers, and developers alike. Automate customer support replies with interactive templates; execute complex in-game combos with perfectly timed macros; or launch your entire work environment with one...
    Leader badge
    Downloads: 207 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next