Aller au contenu principal

RandomGenerator

Hierarchy

  • Task<number, never>
    • RandomGenerator

Index

Properties

Methods

Properties

readonly[run]

[run]: TaskFunction<number, never>

A callback with side effects

Methods

run

  • run(canceler?: TaskCanceler): Awaitable<Result<number, never>>
  • Shorthand to run the current task

Page Options