get_random_number

Function get_random_number 

Source
pub async fn get_random_number() -> String
Expand description

Function generates single random number and returns it as String. String is viable output because IntoResponse trait is by default implemented for it.