Skip to content

ts::Random could be faster #12620

@cmcfarlen

Description

@cmcfarlen

When writing some benchmarks for #12616 it turns out that ts::Random is a bit slower. That class creates a std::uniform_int_distribution for each number, which is likely the reason it is slower than the other benchmarks.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions