Showing 76 open source projects for "random"

View related business solutions
  • 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
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1
    GLM

    GLM

    OpenGL Mathematics (GLM)

    ...This project isn't limited to GLSL features. An extension system, based on the GLSL extension conventions, provides extended capabilities: matrix transformations, quaternions, data packing, random numbers, noise, etc. This library works perfectly with OpenGL but it also ensures interoperability with other third party libraries and SDK. It is a good candidate for software rendering (raytracing / rasterisation), image processing, physics simulations and any development context that requires a simple and convenient mathematics library. ...
    Downloads: 74 This Week
    Last Update:
    See Project
  • 2
    Pixelorama

    Pixelorama

    A free & open-source 2D sprite editor, made with the Godot Engine

    ...You can work at an individual cel level, where each cel refers to a unique layer and frame. Supports onion skinning, cel linking, motion drawing and frame grouping with tags. Custom brushes, including random brushes. Create or import custom palettes. Import images and edit them inside Pixelorama. If you import multiple files, they will be added as individual animation frames. Importing sprite sheets is also supported.
    Downloads: 38 This Week
    Last Update:
    See Project
  • 3
    Editly

    Editly

    Slick, declarative command line video editing & API

    Editly is a tool and framework for declarative NLE (non-linear video editing) using Node.js and FFmpeg. Editly allows you to easily and programmatically create a video from a set of clips, images, audio and titles, with smooth transitions and music overlaid. Editly has a simple CLI for quickly assembling a video from a set of clips or images, or you can use its more flexible JavaScript API. Inspired by ffmpeg-concat, Editly is much faster and doesn't require much storage because it uses...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Laravolt Avatar

    Laravolt Avatar

    Plug n play avatar, turn name, email, and other strings into avatars

    Laravolt Avatar is a PHP library for generating customizable placeholder avatars using text initials. Often used in user profile systems, it creates square avatars with randomly assigned or custom background colors and font settings. The package is framework-agnostic but integrates especially well with Laravel projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 5
    satellite-image-deep-learning

    satellite-image-deep-learning

    Resources for deep learning with satellite & aerial imagery

    This page lists resources for performing deep learning on satellite imagery. To a lesser extent classical Machine learning (e.g. random forests) are also discussed, as are classical image processing techniques. Note there is a huge volume of academic literature published on these topics, and this repository does not seek to index them all but rather list approachable resources with published code that will benefit both the research and developer communities. If you find this work useful please give it a star and consider sponsoring it. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Audiomentations

    Audiomentations

    A Python library for audio data augmentation

    A Python library for audio data augmentation. Inspired by albumentations. Useful for deep learning. Runs on CPU. Supports mono audio and multichannel audio. Can be integrated in training pipelines in e.g. Tensorflow/Keras or Pytorch. Has helped people get world-class results in Kaggle competitions. Is used by companies making next-generation audio products. Mix in another sound, e.g. a background noise. Useful if your original sound is clean and you want to simulate an environment where...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FreeBooth

    FreeBooth

    Free Photo Booth Software for a simple offline photo booth

    This is a simple photobooth application. You can take pictures with a camera(e.g. a dslr) and they will be shown in the application immediatly. You need no internet at your event location. Every user can save an Email-adress to his favourit picture and you can send all Emails via the sending wizard when you have internet again e.g. the next day. But it also supportes direct email sending if you have internet. To get the pictures into the booth software you have to use a tethering software...
    Leader badge
    Downloads: 166 This Week
    Last Update:
    See Project
  • 8
    AJED

    AJED

    An Editor for Roland JUNO ALPHA type synthesizers

    An Editor for Roland JUNO ALPHA 1/ 2 HS-10/HS-80 and Roland MKS50 Version 2.6.1 July 14th 2025 release (Windows Installer) Version 2..6.1 August 15th 2025 release (Builds for macOS) This project is a continuation of the now discontinued Juno Alpha panel. Please upgrade to this version. A lot of work went into the creation of this program. If you profit from it either financially or creatively, please consider a donation of as little as $10.00 USD. Please click on the PayPal...
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 9
    Music Library & Player

    Music Library & Player

    Easily access your music collection from any device, anywhere.

    ...It parses the directory structure, best suited for a [ROOT]/[ARTIST]/[ALBUM]/[TRACKS] type of layout. This isn't required, but makes for the best user experience. Random playlists can also be generated. The code contained in this script has not been minified. It is written in long form and is well-documented for ease of use and customization. Individual tracks are optionally presented with download links. Minimal effort has been put into limiting the reach of the player and download links. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 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
  • 10
    grafx - Extensible Java Graphics Package

    grafx - Extensible Java Graphics Package

    Extensible Line-drawing & Polygon-filling Rasterization Libs for Java

    ...Particular attention to detail concerning chopping of accumulation errors, using a cast from 64 bit to 32 bit strategy, in the interval [1.0,2.0). Individual pixel errors with overlapping polygons or line segments are about one in a billion, but I can't reproduce any errors at the moment by using random number generation with tens of millions of cases. Emphasis not only on correctness, but also on performance for real-world use or hardware implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Link - Php download script

    Link - Php download script

    Php file download serving script

    Link is a small Php-MySql file download serving script in early beta state with random links, resume capability, configurable download speed, logging system and connection number control released under GNU Lesser General Public License.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Laravel Media Manager

    Laravel Media Manager

    A "Vuejs & Laravel" Media Manager With Tons of Features

    A "Vuejs & Laravel" Media Manager With Tons of Features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Java based paino trainer. Creates random scores according to user preferences (scale, single/chords...) and waits for right MIDI in to erase right notes or complain about bad ones. Though the screenshots are in German it's i18n feature is just overwhelm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SoundHelix

    SoundHelix

    Versatile algorithmic random music generation software written in Java

    SoundHelix is a free versatile Java framework for algorithmic random music composition. SoundHelix can generate random songs, play them (for example, on any number of MIDI devices or MIDI-capable software synthesizers) and is highly customizable using XML configuration. SoundHelix also allows writing the generated music as MIDI files. SoundHelix produces music that is actually enjoyable to listen to.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 15
    ACToolkit's temporary homepage

    ACToolkit's temporary homepage

    Max-objects-&-patches for Algorithmic Composition and statistical DSP

    ...Our Max-external-objects feature the real-time realisation of discrete-continuous Probability Distribution Functions, the PDFs derived from sets of interpolated discrete-probability-densities, on random numbers. Also, the package includes numerous examples exemplifying the methodologies on the usage of PDF-shaping in Algorithmic Composition, especially ones involving signal processing techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    electron-vue-cloud-music
    ...Login, Private Fm, Playlists, Albums, Artists, Charts, MVs, Videos, Comments, Searches, Users, Dynamics, Fans, Follow, Cloud Disks, Favorites... Heartbeat mode, lyrics fine-tuning, next play, additional play, single loop, random play, list loop. Routing orientation, partial refresh, home page column adjustment and persistence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Spaceship Generator

    Spaceship Generator

    A Blender script to procedurally generate 3D spaceships

    ...Expand the Spaceship tab that appears in the bottom left of the viewport to adjust procedural generation settings. Build the hull. Extrude the front/rear faces several times, adding random translation/scaling/rotation along the way. Add asymmetry to the hull: Pick random faces and extrude them out in a similar manner, reducing in scale each time. Categorize each face by its orientation and generate details on it such as engines, antenna, weapon turrets, lights etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    BRIC

    BRIC

    BRIC is a powerful tool for batch image processing.

    Bric is a cross-platform batch image processor. You can convert, resize, rotate and add watermark to your images. Multiple file types are supported for input and output. The project started back in 2011 and was maintained for a couple of years. In 2020 BRIC is again in active development, so some of the features written below might be outdated. Please be patient, until everything is reviewed and rewritten.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    chatbot_chung
    chatbot chung is a keywords based probabilities algorythm simple entertainment chatbot with 3D talking openGL avatars written in freebasic. Can import aiml simple question/answer or question/random/answers or single star/ multi srai data saved from "AIML_chung" open source application . Online html5 javascript version with 44 languages multilingual auto detection available on the website (source included in the zip file). SORT gentext text generation algorythm option added (desktop version) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    LegionOS YSL

    LegionOS YSL

    Legion OS unofficial builds for YSL

    Legion OS unofficial build for YSL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PRMLT

    PRMLT

    Matlab code of machine learning algorithms in book PRML

    ...This package requires Matlab R2016b or latter, since it utilizes a new Matlab syntax called Implicit expansion (a.k.a. broadcasting). It also requires Statistics Toolbox (for some simple random number generator) and Image Processing Toolbox (for reading image data). The code is extremely compact. Minimizing code length is a major goal. As a result, the core of the algorithms can be easily spotted. Many tricks for speeding up Matlab code are applied (e.g. vectorization, matrix factorization, etc.). Usually, functions in this package are orders faster than Matlab builtin ones (e.g. kmeans). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PyTorch Natural Language Processing

    PyTorch Natural Language Processing

    Basic Utilities for PyTorch Natural Language Processing (NLP)

    ...For example, check out this example code for training on the Stanford Natural Language Inference (SNLI) Corpus. Now you've setup your pipeline, you may want to ensure that some functions run deterministically. Wrap any code that's random, with fork_rng and you'll be good to go. Now that you've computed your vocabulary, you may want to make use of pre-trained word vectors to set your embeddings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AwesomeBump

    AwesomeBump

    Open Source graphic tool and alternative to Insane Bump

    AwesomeBump is a free and open source graphic app written using Qt library. It was made as an alternative to known gimp plugin Insane Bump or the commercial tool Crazy Bump. It is designed to generate normal, height, specular or ambient occlusion, metallic, roughness and other textures from a single image. Most of the image processing is done on GPU so the program runs very fast and all the parameters can be changed in real time.
    Downloads: 30 This Week
    Last Update:
    See Project
  • 24
    Rompr

    Rompr

    Web frontend for MPD and Mopidy

    Rompr has MOVED to https://fatg3erman.github.io/RompR/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Java Games and Graphics is meant to be a fun project. The goal here is to have fun with JAVA graphics and JAVA games. There is no specific goal as to what kind of graphics or games.This project features an RPG Role Playing, MUD, and Turn Based Combat gam
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next