awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesCryptographic Integer Scaling

Converts raw random bytes into unbiased integers within arbitrary ranges using rejection sampling to avoid modulo bias.

Distinct from Integer: Distinct from Integer audio processing: focuses on cryptographic integer scaling via rejection sampling, not audio signal processing in integer format.

Explore 1 awesome GitHub repository matching graphics & multimedia · Cryptographic Integer Scaling. Refine with filters or upvote what's useful.

Awesome Cryptographic Integer Scaling GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • paragonie/random_compatparagonie का अवतार

    paragonie/random_compat

    8,165GitHub पर देखें↗

    randomcompat is a backward-compatibility library that provides cryptographically secure random number generation functions for PHP 5.x environments. It delivers the randombytes() and random_int() functions that are natively available in PHP 7+, enabling legacy applications to generate secure random bytes and unbiased integers from system entropy sources. The library implements a priority-based fallback chain across operating-system CSPRNGs, selecting the best available random source in order of security. It uses rejection sampling to convert raw random bytes into unbiased integers withi

    Converts raw random bytes into unbiased integers within arbitrary ranges using rejection sampling.

    PHPcsprngphpphp5
    GitHub पर देखें↗8,165
  1. Home
  2. Graphics & Multimedia
  3. Audio & Music
  4. Audio Processing
  5. Integer
  6. Cryptographic Integer Scaling