UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

81 lines (38 loc) 1.1 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [Mulberry32Generator](./rc-js-util.mulberry32generator.md) ## Mulberry32Generator class Random number generator. **Signature:** ```typescript export declare class Mulberry32Generator implements IRandomNumberGenerator ``` **Implements:** [IRandomNumberGenerator](./rc-js-util.irandomnumbergenerator.md) ## Constructors <table><thead><tr><th> Constructor </th><th> Modifiers </th><th> Description </th></tr></thead> <tbody><tr><td> [(constructor)(seed)](./rc-js-util.mulberry32generator._constructor_.md) </td><td> </td><td> Constructs a new instance of the `Mulberry32Generator` class </td></tr> </tbody></table> ## Methods <table><thead><tr><th> Method </th><th> Modifiers </th><th> Description </th></tr></thead> <tbody><tr><td> [getNext()](./rc-js-util.mulberry32generator.getnext.md) </td><td> </td><td> </td></tr> </tbody></table>