Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 537 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 537 Bytes

True Random Number Generator Web Service

This Django application serves as a website and a web API for generating random numbers in various forms including integers, floats, strings, bitmaps, etc.

Features

  • Random Number Generation: Generate random numbers in various formats:

    • Integer
    • Float
    • String
    • Bitmap
    • and more...
  • Web Interface: Provides a user-friendly web interface for generating random numbers.

  • RESTful API: Exposes a RESTful API for programmatic access to random number generation.