Please read the new rule regarding the restriction on the use of AI tools. ×

Why do some programmers add chrono::steady_clock:now() in their template

Revision en2, by krazy8, 2021-05-02 11:43:13

Why do some programmers add rng(chrono::steady_clock::now().time_since_epoch().count()); in their template.
Also why typedef tree<int, null_type, less, rb_tree_tag, tree_order_statistics_node_update> pbds;
Can you also share me best competitive programming template you have ever seen?

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English krazy8 2021-05-02 11:43:13 85
en1 English krazy8 2021-05-02 11:41:41 295 Initial revision (published)