module FFaker::Random

def self.rng

Experimental RBS support (using type sampling data from the type_fusion project).

def self.rng: () -> Random

This signature was generated using 6 samples from 1 application.

Returns the current Random object.
def self.rng
  @rng ||= new_rng
end