Returns the next pseudorandom value from the thread‐local generator.

Synopsis

Declared in <folly/Random.h>

result_type
operator()();

Return Value

A pseudorandom value of type result_type.

Created with MrDocs