Serves random numbers through a straightforward REST API endpoint.
This tool provides a lightweight server designed to deliver random numbers via a simple API. Built with TypeScript and Express, it exposes a single `/random` GET endpoint that returns a floating-point number between 0 (inclusive) and 1 (exclusive). Structured as a Minimal Compilable Project (MCP), it's ideal for quick setup, testing, or as a foundational example for server development.