sass / libsass

A C/C++ implementation of a Sass compiler
https://sass-lang.com/libsass
Other
4.33k stars 462 forks source link

Fix seed generator if std::random_device fails (#3151) #3153

Closed mgreter closed 3 years ago

mgreter commented 3 years ago

Fall back to regular "old-school" seed initialization by using pid, clock and time if std::random_device fails.

saper commented 3 years ago

Shall we backport this to 3.5.something to include in node-sass?