pub async fn get_random_number() -> String
Function generates single random number and returns it as String. String is viable output because IntoResponse trait is by default implemented for it.
String
IntoResponse