pub fn initialize_static()Expand description
It initializes the application static values.
These values are accessible throughout the entire application:
- The time when the application started.
- An ephemeral instance random seed. This seed is used for encryption and it’s changed when the main application process is restarted.