ShahjalalShohag / code-library

Templates, algorithms and data structures implemented and collected for programming contests.
MIT License
2.85k stars 751 forks source link

How was this line declared #1

Closed touhidurrr closed 2 years ago

touhidurrr commented 2 years ago

I can't understand how did you declare this line?

https://github.com/ShahjalalShohag/code-library/blob/cf3039641b5aa84b1c5b184a95d69bd4091974c9/Data%20Structures/Treap.cpp#L6

ShahjalalShohag commented 2 years ago

https://www.cplusplus.com/reference/random/mt19937/