The back-end does not need to initialize the rand subsystem.

main
absc 2024-09-15 18:53:36 +00:00
parent ea339a1024
commit e7754b972c
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@
-export([bootstrap/3, start/2, stop/1]). -export([bootstrap/3, start/2, stop/1]).
start(_Type, StartArgs) -> start(_Type, StartArgs) ->
crypto:rand_seed(),
dudeswave_backend_supervisor:start_link(StartArgs). dudeswave_backend_supervisor:start_link(StartArgs).
stop(_State) -> ok. stop(_State) -> ok.