LoremText constructor

LoremText({
  1. Random? random,
})

Implementation

LoremText({math.Random? random}) : random = random ?? math.Random(978);