Remove fixed seed
This commit is contained in:
parent
a3c008f807
commit
d96a156764
1 changed files with 0 additions and 1 deletions
|
|
@ -947,7 +947,6 @@ namespace gmtk
|
|||
|
||||
std::uint64_t make_seed()
|
||||
{
|
||||
return 15249261661545616321ull;
|
||||
random::device d;
|
||||
return (std::uint64_t(d()) << 32) | d();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue